STM32F10x Standard Peripherals Library  3.5.0
USART_Stop_Bits

Defines

#define USART_StopBits_1   ((uint16_t)0x0000)
#define USART_StopBits_0_5   ((uint16_t)0x1000)
#define USART_StopBits_2   ((uint16_t)0x2000)
#define USART_StopBits_1_5   ((uint16_t)0x3000)
#define IS_USART_STOPBITS(STOPBITS)

Define Documentation

#define IS_USART_STOPBITS (   STOPBITS)
Value:
(((STOPBITS) == USART_StopBits_1) || \
                                     ((STOPBITS) == USART_StopBits_0_5) || \
                                     ((STOPBITS) == USART_StopBits_2) || \
                                     ((STOPBITS) == USART_StopBits_1_5))

Definition at line 142 of file stm32f10x_usart.h.

#define USART_StopBits_0_5   ((uint16_t)0x1000)

Definition at line 139 of file stm32f10x_usart.h.

#define USART_StopBits_1   ((uint16_t)0x0000)

Definition at line 138 of file stm32f10x_usart.h.

#define USART_StopBits_1_5   ((uint16_t)0x3000)

Definition at line 141 of file stm32f10x_usart.h.

#define USART_StopBits_2   ((uint16_t)0x2000)

Definition at line 140 of file stm32f10x_usart.h.