STM32F479xx HAL User Manual
|
Defines | |
#define | CRYP_FLAG_IFEM CRYP_SR_IFEM |
#define | CRYP_FLAG_IFNF CRYP_SR_IFNF |
#define | CRYP_FLAG_OFNE CRYP_SR_OFNE |
#define | CRYP_FLAG_OFFU CRYP_SR_OFFU |
#define | CRYP_FLAG_BUSY CRYP_SR_BUSY |
#define | CRYP_FLAG_OUTRIS 0x01000002U |
#define | CRYP_FLAG_INRIS 0x01000001U |
#define CRYP_FLAG_BUSY CRYP_SR_BUSY |
The CRYP core is currently processing a block of data or a key preparation (for AES decryption).
Definition at line 318 of file stm32f4xx_hal_cryp.h.
Referenced by CRYP_AES_Decrypt_DMA(), CRYP_AES_Decrypt_IT(), CRYP_GCMCCM_SetHeaderPhase_DMA(), and CRYP_WaitOnBUSYFlag().
#define CRYP_FLAG_IFEM CRYP_SR_IFEM |
Input FIFO is empty
Definition at line 314 of file stm32f4xx_hal_cryp.h.
Referenced by CRYP_GCMCCM_SetHeaderPhase_DMA(), and CRYP_WaitOnIFEMFlag().
#define CRYP_FLAG_IFNF CRYP_SR_IFNF |
Input FIFO is not Full
Definition at line 315 of file stm32f4xx_hal_cryp.h.
Referenced by CRYP_AES_IT(), CRYP_AES_ProcessData(), and CRYP_TDES_Process().
#define CRYP_FLAG_INRIS 0x01000001U |
Input FIFO service raw interrupt status
Definition at line 322 of file stm32f4xx_hal_cryp.h.
Referenced by CRYP_TDES_IT().
#define CRYP_FLAG_OFFU CRYP_SR_OFFU |
Output FIFO is Full
Definition at line 317 of file stm32f4xx_hal_cryp.h.
#define CRYP_FLAG_OFNE CRYP_SR_OFNE |
Output FIFO is not empty
Definition at line 316 of file stm32f4xx_hal_cryp.h.
Referenced by CRYP_AES_IT(), CRYP_AES_ProcessData(), CRYP_GCMCCM_SetPayloadPhase_IT(), CRYP_TDES_Process(), CRYP_WaitOnOFNEFlag(), CRYP_Workaround(), HAL_CRYPEx_AESCCM_GenerateAuthTAG(), and HAL_CRYPEx_AESGCM_GenerateAuthTAG().
#define CRYP_FLAG_OUTRIS 0x01000002U |
Output FIFO service raw interrupt status
Definition at line 321 of file stm32f4xx_hal_cryp.h.
Referenced by CRYP_TDES_IT().