STM32F439xx 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 180 of file stm32f4xx_hal_usart.h.

#define USART_STOPBITS_1   0x00000000U

Definition at line 179 of file stm32f4xx_hal_usart.h.

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

Definition at line 182 of file stm32f4xx_hal_usart.h.

#define USART_STOPBITS_2   ((uint32_t)USART_CR2_STOP_1)

Definition at line 181 of file stm32f4xx_hal_usart.h.