STM32L486xx HAL User Manual
Functions
CRYP IRQ handler
CRYP Exported Functions

AES IRQ handler. More...

Functions

void HAL_CRYP_IRQHandler (CRYP_HandleTypeDef *hcryp)
 Handle AES interrupt request.

Detailed Description

AES IRQ handler.

  ==============================================================================
                ##### AES IRQ handler management #####
  ==============================================================================
[..]  This section provides AES IRQ handler function.


Function Documentation

void HAL_CRYP_IRQHandler ( CRYP_HandleTypeDef *  hcryp)

Handle AES interrupt request.

Parameters:
hcryp,:pointer to a CRYP_HandleTypeDef structure that contains the configuration information for CRYP module
Return values:
None

Definition at line 1393 of file stm32l4xx_hal_cryp.c.

References CRYP_AES_Auth_IT(), CRYP_AES_IT(), and HAL_CRYP_ErrorCallback().