STM32F10x Standard Peripherals Library  3.5.0
USART_Last_Bit

Defines

#define USART_LastBit_Disable   ((uint16_t)0x0000)
#define USART_LastBit_Enable   ((uint16_t)0x0100)
#define IS_USART_LASTBIT(LASTBIT)

Define Documentation

#define IS_USART_LASTBIT (   LASTBIT)
Value:
(((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.