STM32F439xx HAL User Manual
Defines
CRYP CRYP_Flags
CRYP Exported Constants

Defines

#define CRYP_FLAG_BUSY   0x00000010U
#define CRYP_FLAG_IFEM   0x00000001U
#define CRYP_FLAG_IFNF   0x00000002U
#define CRYP_FLAG_OFNE   0x00000004U
#define CRYP_FLAG_OFFU   0x00000008U
#define CRYP_FLAG_OUTRIS   0x01000002U
#define CRYP_FLAG_INRIS   0x01000001U

Define Documentation

#define CRYP_FLAG_BUSY   0x00000010U
#define CRYP_FLAG_IFEM   0x00000001U
#define CRYP_FLAG_IFNF   0x00000002U

Input FIFO is not Full

Definition at line 240 of file stm32f4xx_hal_cryp.h.

#define CRYP_FLAG_INRIS   0x01000001U

Input FIFO service raw interrupt status

Definition at line 245 of file stm32f4xx_hal_cryp.h.

#define CRYP_FLAG_OFFU   0x00000008U

Output FIFO is Full

Definition at line 242 of file stm32f4xx_hal_cryp.h.

#define CRYP_FLAG_OFNE   0x00000004U

Output FIFO is not empty

Definition at line 241 of file stm32f4xx_hal_cryp.h.

Referenced by CRYP_ProcessData(), CRYP_ProcessData2Words(), CRYPEx_GCMCCM_ProcessData(), and HAL_CRYPEx_AESGCM_Finish().

#define CRYP_FLAG_OUTRIS   0x01000002U

Output FIFO service raw interrupt status

Definition at line 243 of file stm32f4xx_hal_cryp.h.