STM8L15x Standard Peripherals Drivers
|
Defines | |
#define | IS_USART_WORDLENGTH(WordLength) |
Enumerations | |
enum | USART_WordLength_TypeDef { USART_WordLength_8b = (uint8_t)0x00, USART_WordLength_9b = (uint8_t)0x10 } |
Define Documentation
#define IS_USART_WORDLENGTH | ( | WordLength | ) |
Value:
(((WordLength) == USART_WordLength_8b) || \ ((WordLength) == USART_WordLength_9b))
Definition at line 197 of file stm8l15x_usart.h.
Referenced by USART_Init().
Enumeration Type Documentation
Definition at line 191 of file stm8l15x_usart.h.