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.
\rst +———————-+—————————–+ | Register | BitsName | +======================+=============================+ | INTERRUPT | ENABLE | +———————-+—————————–+ \endrst
AESx | AES instance |
None |
Definition at line 756 of file gr55xx_ll_aes.h.
__STATIC_INLINE void ll_aes_enable_it_done | ( | aes_regs_t * | AESx | ) |
Enable AES the done interrupt.
\rst +———————-+—————————–+ | Register | BitsName | +======================+=============================+ | INTERRUPT | ENABLE | +———————-+—————————–+ \endrst
AESx | AES instance |
None |
Definition at line 737 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.
\rst +———————-+—————————–+ | Register | BitsName | +======================+=============================+ | INTERRUPT | ENABLE | +———————-+—————————–+ \endrst
AESx | AES instance |
State | of bit (1 or 0). |
Definition at line 775 of file gr55xx_ll_aes.h.