STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
Collaboration diagram for CRYP Error Definition:

Macros

#define HAL_CRYP_ERROR_NONE   0x00000000U
 
#define HAL_CRYP_ERROR_WRITE   0x00000001U
 
#define HAL_CRYP_ERROR_READ   0x00000002U
 
#define HAL_CRYP_ERROR_DMA   0x00000004U
 
#define HAL_CRYP_ERROR_BUSY   0x00000008U
 
#define HAL_CRYP_ERROR_TIMEOUT   0x00000010U
 
#define HAL_CRYP_ERROR_NOT_SUPPORTED   0x00000020U
 
#define HAL_CRYP_ERROR_AUTH_TAG_SEQUENCE   0x00000040U
 

Detailed Description

Macro Definition Documentation

◆ HAL_CRYP_ERROR_NONE

#define HAL_CRYP_ERROR_NONE   0x00000000U

#include <stm32f4xx_hal_cryp.h>

No error

Definition at line 191 of file stm32f4xx_hal_cryp.h.

Referenced by HAL_CRYP_Init(), and HAL_CRYP_SetConfig().

◆ HAL_CRYP_ERROR_WRITE

#define HAL_CRYP_ERROR_WRITE   0x00000001U

#include <stm32f4xx_hal_cryp.h>

Write error

Definition at line 192 of file stm32f4xx_hal_cryp.h.

Referenced by HAL_CRYP_IRQHandler().

◆ HAL_CRYP_ERROR_READ

#define HAL_CRYP_ERROR_READ   0x00000002U

#include <stm32f4xx_hal_cryp.h>

Read error

Definition at line 193 of file stm32f4xx_hal_cryp.h.

Referenced by HAL_CRYP_IRQHandler().

◆ HAL_CRYP_ERROR_DMA

#define HAL_CRYP_ERROR_DMA   0x00000004U

#include <stm32f4xx_hal_cryp.h>

DMA error

Definition at line 194 of file stm32f4xx_hal_cryp.h.

Referenced by CRYP_DMAError(), and CRYP_SetDMAConfig().

◆ HAL_CRYP_ERROR_BUSY

◆ HAL_CRYP_ERROR_TIMEOUT

◆ HAL_CRYP_ERROR_NOT_SUPPORTED

#define HAL_CRYP_ERROR_NOT_SUPPORTED   0x00000020U

◆ HAL_CRYP_ERROR_AUTH_TAG_SEQUENCE

#define HAL_CRYP_ERROR_AUTH_TAG_SEQUENCE   0x00000040U

#include <stm32f4xx_hal_cryp.h>

Sequence are not respected only for GCM or CCM

Definition at line 198 of file stm32f4xx_hal_cryp.h.

Referenced by HAL_CRYPEx_AESCCM_GenerateAuthTAG(), and HAL_CRYPEx_AESGCM_GenerateAuthTAG().