STM32F103xB HAL User Manual
Defines
USART Number of Stop Bits
USART Exported Constants

Defines

#define USART_STOPBITS_1   0x00000000U
#define USART_STOPBITS_0_5   ((uint32_t)USART_CR2_STOP_0)
#define USART_STOPBITS_2   ((uint32_t)USART_CR2_STOP_1)
#define USART_STOPBITS_1_5   ((uint32_t)(USART_CR2_STOP_0 | USART_CR2_STOP_1))

Define Documentation

#define USART_STOPBITS_0_5   ((uint32_t)USART_CR2_STOP_0)

Definition at line 207 of file stm32f1xx_hal_usart.h.

#define USART_STOPBITS_1   0x00000000U

Definition at line 206 of file stm32f1xx_hal_usart.h.

#define USART_STOPBITS_1_5   ((uint32_t)(USART_CR2_STOP_0 | USART_CR2_STOP_1))

Definition at line 209 of file stm32f1xx_hal_usart.h.

#define USART_STOPBITS_2   ((uint32_t)USART_CR2_STOP_1)

Definition at line 208 of file stm32f1xx_hal_usart.h.