STM8L15x Standard Peripherals Drivers: AES_Interrupts

STM8L15x/16x Standard Peripherals Drivers

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

Enumerator:
AES_IT_CCIE 

Computation Complete interrupt enable

AES_IT_ERRIE 

Error interrupt enable

Definition at line 84 of file stm8l15x_aes.h.

STM8S Firmware Library: Overview

 

 

 

For complete documentation on STM8L15x 8-bit microcontrollers platform visit www.st.com