stm32l0xx_hal_cryp_ex.h 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. /**
  2. ******************************************************************************
  3. * @file stm32l0xx_hal_cryp_ex.h
  4. * @author MCD Application Team
  5. * @brief Header file of CRYPEx HAL module.
  6. ******************************************************************************
  7. * @attention
  8. *
  9. * Copyright (c) 2016 STMicroelectronics.
  10. * All rights reserved.
  11. *
  12. * This software is licensed under terms that can be found in the LICENSE file
  13. * in the root directory of this software component.
  14. * If no LICENSE file comes with this software, it is provided AS-IS.
  15. *
  16. ******************************************************************************
  17. */
  18. /* Define to prevent recursive inclusion -------------------------------------*/
  19. #ifndef __STM32L0xx_HAL_CRYP_EX_H
  20. #define __STM32L0xx_HAL_CRYP_EX_H
  21. #ifdef __cplusplus
  22. extern "C" {
  23. #endif
  24. #if defined (STM32L021xx) || defined (STM32L041xx) || defined (STM32L062xx) || defined (STM32L063xx) || (STM32L081xx) || defined (STM32L082xx) || defined (STM32L083xx)
  25. /* Includes ------------------------------------------------------------------*/
  26. #include "stm32l0xx_hal_def.h"
  27. /** @addtogroup STM32L0xx_HAL_Driver
  28. * @{
  29. */
  30. /** @defgroup CRYPEx CRYPEx
  31. * @{
  32. */
  33. /* Exported types ------------------------------------------------------------*/
  34. /* Exported constants --------------------------------------------------------*/
  35. /* Exported functions --------------------------------------------------------*/
  36. /** @defgroup CRYPEx_Exported_Functions CRYPEx Exported Functions
  37. * @{
  38. */
  39. /** @defgroup CRYPEx_Exported_Functions_Group1 Extended features functions
  40. * @{
  41. */
  42. /* CallBack functions ********************************************************/
  43. void HAL_CRYPEx_ComputationCpltCallback(CRYP_HandleTypeDef *hcryp);
  44. /**
  45. * @}
  46. */
  47. /**
  48. * @}
  49. */
  50. /**
  51. * @}
  52. */
  53. /**
  54. * @}
  55. */
  56. #endif /* STM32L021xx || STM32L041xx || STM32L062xx || STM32L063xx || STM32L081xx || STM32L082xx || STM32L083xx */
  57. #ifdef __cplusplus
  58. }
  59. #endif
  60. #endif /* __STM32L0xx_HAL_CRYP_EX_H */