STM32H735xx 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 293 of file stm32h7xx_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 289 of file stm32h7xx_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 290 of file stm32h7xx_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 297 of file stm32h7xx_hal_cryp.h.
Referenced by CRYP_TDES_IT().
#define CRYP_FLAG_OFFU CRYP_SR_OFFU |
Output FIFO is Full
Definition at line 292 of file stm32h7xx_hal_cryp.h.
#define CRYP_FLAG_OFNE CRYP_SR_OFNE |
Output FIFO is not empty
Definition at line 291 of file stm32h7xx_hal_cryp.h.
Referenced by CRYP_AES_IT(), CRYP_AES_ProcessData(), CRYP_AESCCM_Process(), CRYP_AESCCM_Process_DMA(), CRYP_AESGCM_Process(), CRYP_AESGCM_Process_DMA(), CRYP_DMAOutCplt(), CRYP_GCMCCM_SetPayloadPhase_IT(), CRYP_TDES_Process(), CRYP_WaitOnOFNEFlag(), HAL_CRYPEx_AESCCM_GenerateAuthTAG(), and HAL_CRYPEx_AESGCM_GenerateAuthTAG().
#define CRYP_FLAG_OUTRIS 0x01000002U |
Output FIFO service raw interrupt status
Definition at line 296 of file stm32h7xx_hal_cryp.h.
Referenced by CRYP_TDES_IT().