STM32L4xx_HAL_Driver  1.14.0
Extended callback function

Extended callback functions. More...

Functions

__weak void HAL_CRYPEx_ComputationCpltCallback (CRYP_HandleTypeDef *hcryp)
 Computation completed callbacks. More...
 

Detailed Description

Extended callback functions.

 ===============================================================================
                 ##### Extended callback functions #####
 ===============================================================================
    [..]  This section provides callback function:
      (+) Computation completed.

Function Documentation

◆ HAL_CRYPEx_ComputationCpltCallback()

__weak void HAL_CRYPEx_ComputationCpltCallback ( CRYP_HandleTypeDef hcryp)

Computation completed callbacks.

Parameters
hcryppointer to a CRYP_HandleTypeDef structure that contains the configuration information for CRYP module
Return values
None

Definition at line 108 of file stm32l4xx_hal_cryp_ex.c.

109 {
110  /* Prevent unused argument(s) compilation warning */
111  UNUSED(hcryp);
112 
113  /* NOTE : This function should not be modified; when the callback is needed,
114  the HAL_CRYPEx_ComputationCpltCallback can be implemented in the user file
115  */
116 }