STM32F439xx HAL User Manual
Defines
UART Number of Stop Bits
UART Exported constants

Defines

#define UART_STOPBITS_1   0x00000000U
#define UART_STOPBITS_2   ((uint32_t)USART_CR2_STOP_1)

Define Documentation

#define UART_STOPBITS_1   0x00000000U

Definition at line 227 of file stm32f4xx_hal_uart.h.

#define UART_STOPBITS_2   ((uint32_t)USART_CR2_STOP_1)

Definition at line 228 of file stm32f4xx_hal_uart.h.