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.

Register BitsName
INTERRUPT ENABLE
Parameters
AESxAES instance
Return values
None

◆ ll_aes_enable_it_done()

__STATIC_INLINE void ll_aes_enable_it_done ( aes_regs_t *  AESx)

Enable AES the done interrupt.

Register BitsName
INTERRUPT ENABLE
Parameters
AESxAES instance
Return values
None

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

Register BitsName
INTERRUPT ENABLE
Parameters
AESxAES instance
Return values
Stateof bit (1 or 0).