STM32F10x Standard Peripherals Library
3.5.0
|
Defines | |
#define | USART_LastBit_Disable ((uint16_t)0x0000) |
#define | USART_LastBit_Enable ((uint16_t)0x0100) |
#define | IS_USART_LASTBIT(LASTBIT) |
#define IS_USART_LASTBIT | ( | LASTBIT | ) |
(((LASTBIT) == USART_LastBit_Disable) || \ ((LASTBIT) == USART_LastBit_Enable))
Definition at line 232 of file stm32f10x_usart.h.
#define USART_LastBit_Disable ((uint16_t)0x0000) |
Definition at line 230 of file stm32f10x_usart.h.
#define USART_LastBit_Enable ((uint16_t)0x0100) |
Definition at line 231 of file stm32f10x_usart.h.