Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of TUKS-COURSE-TIMER by
Callback functions
[CRYP Exported Functions]
Callback functions. More...
Functions | |
__weak void | HAL_CRYP_ErrorCallback (CRYP_HandleTypeDef *hcryp) |
CRYP error callback. | |
__weak void | HAL_CRYP_InCpltCallback (CRYP_HandleTypeDef *hcryp) |
Input DMA transfer complete callback. | |
__weak void | HAL_CRYP_OutCpltCallback (CRYP_HandleTypeDef *hcryp) |
Output DMA transfer complete callback. |
Detailed Description
Callback functions.
============================================================================== ##### Callback functions ##### ============================================================================== [..] This section provides Interruption and DMA callback functions: (+) DMA Input data transfer complete (+) DMA Output data transfer complete (+) DMA or Interrupt error
Function Documentation
__weak void HAL_CRYP_ErrorCallback | ( | CRYP_HandleTypeDef * | hcryp ) |
CRYP error callback.
- Parameters:
-
hcryp,: pointer to a CRYP_HandleTypeDef structure that contains the configuration information for CRYP module
- Return values:
-
None
Definition at line 1034 of file stm32l4xx_hal_cryp.c.
__weak void HAL_CRYP_InCpltCallback | ( | CRYP_HandleTypeDef * | hcryp ) |
Input DMA transfer complete callback.
- Parameters:
-
hcryp,: pointer to a CRYP_HandleTypeDef structure that contains the configuration information for CRYP module
- Return values:
-
None
Definition at line 1050 of file stm32l4xx_hal_cryp.c.
__weak void HAL_CRYP_OutCpltCallback | ( | CRYP_HandleTypeDef * | hcryp ) |
Output DMA transfer complete callback.
- Parameters:
-
hcryp,: pointer to a CRYP_HandleTypeDef structure that contains the configuration information for CRYP module
- Return values:
-
None
Definition at line 1066 of file stm32l4xx_hal_cryp.c.
Generated on Tue Jul 12 2022 17:38:53 by
