TUKS MCU Introductory course / TUKS-COURSE-THERMOMETER

Fork of TUKS-COURSE-TIMER by TUKS MCU Introductory course

Embed: (wiki syntax)

« Back to documentation index

CRYP IRQ handler

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 1099 of file stm32l4xx_hal_cryp.c.