STM32L443xx HAL User Manual
|
Extended callback functions. More...
Functions | |
__weak void | HAL_CRYPEx_ComputationCpltCallback (CRYP_HandleTypeDef *hcryp) |
Computation completed callbacks. |
Extended callback functions.
=============================================================================== ##### Extended callback functions ##### =============================================================================== [..] This section provides callback function: (+) Computation completed.
void HAL_CRYPEx_ComputationCpltCallback | ( | CRYP_HandleTypeDef * | hcryp | ) |
Computation completed callbacks.
hcryp | pointer to a CRYP_HandleTypeDef structure that contains the configuration information for CRYP module |
None |
Definition at line 106 of file stm32l4xx_hal_cryp_ex.c.
Referenced by CRYP_AES_Auth_IT(), CRYP_AES_IT(), HAL_CRYP_Init(), and HAL_CRYP_UnRegisterCallback().