Functions | |
__STATIC_INLINE uint32_t | ll_aes_is_action_flag_ready (aes_regs_t *AESx) |
Indicate whether the ready flag is set. More... | |
__STATIC_INLINE uint32_t | ll_aes_is_action_flag_dma_done (aes_regs_t *AESx) |
Indicate whether the DMA transfer done flag is set. More... | |
__STATIC_INLINE uint32_t | ll_aes_is_action_flag_dma_error (aes_regs_t *AESx) |
Indicate whether the DMA transfer error flag is set. More... | |
__STATIC_INLINE uint32_t | ll_aes_is_action_flag_key_valid (aes_regs_t *AESx) |
Indicate whether the key valid flag is set. More... | |
__STATIC_INLINE uint32_t | ll_aes_is_action_flag_it_done (aes_regs_t *AESx) |
Indicate whether the done interrupt flag is set. More... | |
__STATIC_INLINE void | ll_aes_clear_flag_it_done (aes_regs_t *AESx) |
Clear the done interrupt flag. More... | |
__STATIC_INLINE void ll_aes_clear_flag_it_done | ( | aes_regs_t * | AESx | ) |
Clear the done interrupt flag.
Register|BitsName ---------------|--------------- INT | CPLT_INT_FLAG
AESx | AES instance |
None |
Definition at line 751 of file gr55xx_ll_aes.h.
__STATIC_INLINE uint32_t ll_aes_is_action_flag_dma_done | ( | aes_regs_t * | AESx | ) |
Indicate whether the DMA transfer done flag is set.
Register|BitsName ---------------|--------------- STAT | DMA_XFE_CPLT
AESx | AES instance |
State | of bit (1 or 0). |
Definition at line 691 of file gr55xx_ll_aes.h.
__STATIC_INLINE uint32_t ll_aes_is_action_flag_dma_error | ( | aes_regs_t * | AESx | ) |
Indicate whether the DMA transfer error flag is set.
Register|BitsName ---------------|--------------- STAT | DMA_XFE_ERR
AESx | AES instance |
State | of bit (1 or 0). |
Definition at line 706 of file gr55xx_ll_aes.h.
__STATIC_INLINE uint32_t ll_aes_is_action_flag_it_done | ( | aes_regs_t * | AESx | ) |
Indicate whether the done interrupt flag is set.
Register|BitsName ---------------|--------------- INT | CPLT_INT_FLAG
AESx | AES instance |
State | of bit (1 or 0). |
Definition at line 736 of file gr55xx_ll_aes.h.
__STATIC_INLINE uint32_t ll_aes_is_action_flag_key_valid | ( | aes_regs_t * | AESx | ) |
Indicate whether the key valid flag is set.
Register|BitsName ---------------|--------------- STAT | KEY_STAT
AESx | AES instance |
State | of bit (1 or 0). |
Definition at line 721 of file gr55xx_ll_aes.h.
__STATIC_INLINE uint32_t ll_aes_is_action_flag_ready | ( | aes_regs_t * | AESx | ) |
Indicate whether the ready flag is set.
Register|BitsName ---------------|--------------- STAT | READY
AESx | AES instance |
State | of bit (1 or 0). |
Definition at line 676 of file gr55xx_ll_aes.h.