MG32F157 Standard Peripherals Firmware Library
Macros

Macros

#define AES_IT_ERR   ((uint32_t)0x04000006)
 
#define AES_IT_CCF   ((uint32_t)0x02000001)
 
#define IS_AES_IT(AES_IT)   (((uint16_t)(AES_IT >> 16) & 0x0600) != 0x0000)
 
#define IS_AES_GET_IT(AES_IT)   (((AES_IT) == AES_IT_ERR) || ((AES_IT) == AES_IT_CCF))
 

Detailed Description