CRYP IRQ handler.
More...
CRYP IRQ handler.
==============================================================================
##### CRYP IRQ handler management #####
==============================================================================
[..] This section provides CRYP IRQ handler and callback functions.
(+) HAL_CRYP_IRQHandler CRYP interrupt request
(+) HAL_CRYP_InCpltCallback input data transfer complete callback
(+) HAL_CRYP_OutCpltCallback output data transfer complete callback
(+) HAL_CRYP_ErrorCallback CRYP error callback
(+) HAL_CRYP_GetState return the CRYP state
(+) HAL_CRYP_GetError return the CRYP error code
◆ HAL_CRYP_ErrorCallback()
CRYP error callback.
- Parameters
-
hcryp | pointer to a CRYP_HandleTypeDef structure that contains the configuration information for CRYP module. |
- Return values
-
Definition at line 2191 of file stm32f4xx_hal_cryp.c.
◆ HAL_CRYP_GetError()
Return the CRYP error code.
- Parameters
-
hcryp | : pointer to a CRYP_HandleTypeDef structure that contains the configuration information for the CRYP IP |
- Return values
-
Definition at line 2137 of file stm32f4xx_hal_cryp.c.
◆ HAL_CRYP_GetState()
Returns the CRYP state.
- Parameters
-
hcryp | pointer to a CRYP_HandleTypeDef structure that contains the configuration information for CRYP module. |
- Return values
-
Definition at line 2148 of file stm32f4xx_hal_cryp.c.
◆ HAL_CRYP_InCpltCallback()
Input FIFO transfer completed callback.
- Parameters
-
hcryp | pointer to a CRYP_HandleTypeDef structure that contains the configuration information for CRYP module. |
- Return values
-
Definition at line 2159 of file stm32f4xx_hal_cryp.c.
◆ HAL_CRYP_IRQHandler()
This function handles cryptographic interrupt request.
- Parameters
-
hcryp | pointer to a CRYP_HandleTypeDef structure that contains the configuration information for CRYP module |
- Return values
-
Definition at line 2035 of file stm32f4xx_hal_cryp.c.
◆ HAL_CRYP_OutCpltCallback()
Output FIFO transfer completed callback.
- Parameters
-
hcryp | pointer to a CRYP_HandleTypeDef structure that contains the configuration information for CRYP module. |
- Return values
-
Definition at line 2175 of file stm32f4xx_hal_cryp.c.