STM32F479xx 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 269 of file stm32f4xx_hal_uart.h.

#define UART_STOPBITS_2   ((uint32_t)USART_CR2_STOP_1)

Definition at line 270 of file stm32f4xx_hal_uart.h.