STM8L15x Standard Peripherals Drivers
|
Defines | |
#define | IS_USART_IRDAMODE(IrDAMode) |
Enumerations | |
enum | USART_IrDAMode_TypeDef { USART_IrDAMode_Normal = (uint8_t)0x00, USART_IrDAMode_LowPower = (uint8_t)0x01 } |
Define Documentation
#define IS_USART_IRDAMODE | ( | IrDAMode | ) |
Value:
(((IrDAMode) == USART_IrDAMode_LowPower) || \ ((IrDAMode) == USART_IrDAMode_Normal))
Definition at line 241 of file stm8l15x_usart.h.
Referenced by USART_IrDAConfig().
Enumeration Type Documentation
Definition at line 235 of file stm8l15x_usart.h.