STM8L15x Standard Peripherals Drivers
|
Defines | |
#define | IS_AES_IT(IT) |
Enumerations | |
enum | AES_IT_TypeDef { AES_IT_CCIE = (uint16_t)0x20, AES_IT_ERRIE = (uint16_t)0x40 } |
Define Documentation
#define IS_AES_IT | ( | IT | ) |
Value:
(((IT) == AES_IT_CCIE) || \ ((IT) == AES_IT_ERRIE))
Definition at line 90 of file stm8l15x_aes.h.
Referenced by AES_ClearITPendingBit(), AES_GetITStatus(), and AES_ITConfig().
Enumeration Type Documentation
enum AES_IT_TypeDef |
Definition at line 84 of file stm8l15x_aes.h.