|
STM8L15x Standard Peripherals Drivers
|
Defines | |
| #define | IS_USART_CPOL(CPOL) (((CPOL) == USART_CPOL_Low) || ((CPOL) == USART_CPOL_High)) |
Enumerations | |
| enum | USART_CPOL_TypeDef { USART_CPOL_Low = (uint8_t)0x00, USART_CPOL_High = (uint8_t)0x04 } |
Define Documentation
| #define IS_USART_CPOL | ( | CPOL | ) | (((CPOL) == USART_CPOL_Low) || ((CPOL) == USART_CPOL_High)) |
Definition at line 270 of file stm8l15x_usart.h.
Referenced by USART_ClockInit().
Enumeration Type Documentation
| enum USART_CPOL_TypeDef |
Definition at line 264 of file stm8l15x_usart.h.