HAL
CRYP_AES_IT() is only used within HAL.
 
Symbols
loading...
Files
loading...

CRYP_AES_IT() function

Handle CRYP block input/output data handling under interruption.

Syntax

static void CRYP_AES_IT(CRYP_HandleTypeDef *hcryp);
Implemented in stm32f4xx_hal_cryp.c:3445

Arguments

hcryp

pointer to a CRYP_HandleTypeDef structure that contains the configuration information for CRYP module.

Return value

HAL status

Notes

The function is called under interruption only, once interruptions have been enabled by HAL_CRYP_Encrypt_IT or HAL_CRYP_Decrypt_IT.