STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#define | CRYP_FLAG_BUSY AES_SR_BUSY |
#define | CRYP_FLAG_WRERR AES_SR_WRERR |
#define | CRYP_FLAG_RDERR AES_SR_RDERR |
#define | CRYP_FLAG_CCF AES_SR_CCF |
#define | CRYP_CCF_CLEAR AES_CR_CCFC |
#define | CRYP_ERR_CLEAR AES_CR_ERRC |
#define CRYP_FLAG_BUSY AES_SR_BUSY |
#include <stm32f4xx_hal_cryp.h>
GCM process suspension forbidden
Definition at line 324 of file stm32f4xx_hal_cryp.h.
Referenced by CRYP_AES_Decrypt_DMA(), CRYP_AES_Decrypt_IT(), and CRYP_GCMCCM_SetHeaderPhase_DMA().
#define CRYP_FLAG_WRERR AES_SR_WRERR |
#define CRYP_FLAG_RDERR AES_SR_RDERR |
#define CRYP_FLAG_CCF AES_SR_CCF |
#include <stm32f4xx_hal_cryp.h>
Computation completed
Definition at line 327 of file stm32f4xx_hal_cryp.h.
#define CRYP_CCF_CLEAR AES_CR_CCFC |
#include <stm32f4xx_hal_cryp.h>
Computation Complete Flag Clear
Definition at line 329 of file stm32f4xx_hal_cryp.h.
Referenced by CRYP_AES_Decrypt(), CRYP_AES_Decrypt_DMA(), CRYP_AES_Decrypt_IT(), CRYP_AES_ProcessData(), CRYP_AESCCM_Process(), CRYP_AESCCM_Process_DMA(), CRYP_AESGCM_Process(), CRYP_AESGCM_Process_DMA(), CRYP_AESGCM_Process_IT(), CRYP_DMAError(), CRYP_DMAInCplt(), CRYP_DMAOutCplt(), CRYP_GCMCCM_SetHeaderPhase(), CRYP_GCMCCM_SetHeaderPhase_DMA(), CRYP_Workaround(), HAL_CRYP_IRQHandler(), HAL_CRYPEx_AESCCM_GenerateAuthTAG(), and HAL_CRYPEx_AESGCM_GenerateAuthTAG().
#define CRYP_ERR_CLEAR AES_CR_ERRC |
#include <stm32f4xx_hal_cryp.h>
Error Flag Clear
Definition at line 330 of file stm32f4xx_hal_cryp.h.
Referenced by HAL_CRYP_SetConfig().