Functions | |
| __STATIC_INLINE void | ll_aes_enable_it_done (aes_regs_t *AESx) |
| Enable AES the done interrupt. More... | |
| __STATIC_INLINE void | ll_aes_disable_it_done (aes_regs_t *AESx) |
| Disable AES the done interrupt. More... | |
| __STATIC_INLINE uint32_t | ll_aes_is_enabled_it_done (aes_regs_t *AESx) |
| Indicate whether the done interrupt is enabled. More... | |
| __STATIC_INLINE void ll_aes_disable_it_done | ( | aes_regs_t * | AESx | ) |
Disable AES the done interrupt.
Register|BitsName ---------------|--------------- INT | CPLT_INT_EN
| AESx | AES instance |
| None |
Definition at line 640 of file gr55xx_ll_aes.h.
| __STATIC_INLINE void ll_aes_enable_it_done | ( | aes_regs_t * | AESx | ) |
Enable AES the done interrupt.
Register|BitsName ---------------|--------------- INT | CPLT_INT_EN
| AESx | AES instance |
| None |
Definition at line 625 of file gr55xx_ll_aes.h.
| __STATIC_INLINE uint32_t ll_aes_is_enabled_it_done | ( | aes_regs_t * | AESx | ) |
Indicate whether the done interrupt is enabled.
Register|BitsName ---------------|--------------- INT | CPLT_INT_EN
| AESx | AES instance |
| State | of bit (1 or 0). |
Definition at line 655 of file gr55xx_ll_aes.h.