STM8L15x Standard Peripherals Drivers
|
Defines | |
#define | IS_USART_LASTBIT(LASTBIT) |
Enumerations | |
enum | USART_LastBit_TypeDef { USART_LastBit_Disable = (uint8_t)0x00, USART_LastBit_Enable = (uint8_t)0x01 } |
Define Documentation
#define IS_USART_LASTBIT | ( | LASTBIT | ) |
Value:
(((LASTBIT) == USART_LastBit_Disable) || \ ((LASTBIT) == USART_LastBit_Enable))
Definition at line 298 of file stm8l15x_usart.h.
Referenced by USART_ClockInit().
Enumeration Type Documentation
Definition at line 292 of file stm8l15x_usart.h.