+ Collaboration diagram for IT_Management:

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...
 

Detailed Description

Function Documentation

◆ ll_aes_disable_it_done()

__STATIC_INLINE void ll_aes_disable_it_done ( aes_regs_t *  AESx)

Disable AES the done interrupt.

\rst +-------------------—+--------------------------—+ | Register | BitsName | +======================+=============================+ | INTERRUPT | ENABLE | +-------------------—+--------------------------—+ \endrst

Parameters
AESxAES instance
Return values
None

Definition at line 756 of file gr55xx_ll_aes.h.

◆ ll_aes_enable_it_done()

__STATIC_INLINE void ll_aes_enable_it_done ( aes_regs_t *  AESx)

Enable AES the done interrupt.

\rst +-------------------—+--------------------------—+ | Register | BitsName | +======================+=============================+ | INTERRUPT | ENABLE | +-------------------—+--------------------------—+ \endrst

Parameters
AESxAES instance
Return values
None

Definition at line 737 of file gr55xx_ll_aes.h.

◆ ll_aes_is_enabled_it_done()

__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

Parameters
AESxAES instance
Return values
Stateof bit (1 or 0).

Definition at line 775 of file gr55xx_ll_aes.h.