STM32L486xx HAL User Manual
Defines
UART One Bit Sampling Method
UART Exported Constants

Defines

#define UART_ONE_BIT_SAMPLE_DISABLE   0x00000000U
#define UART_ONE_BIT_SAMPLE_ENABLE   USART_CR3_ONEBIT

Define Documentation

#define UART_ONE_BIT_SAMPLE_DISABLE   0x00000000U

One-bit sampling disable

Definition at line 423 of file stm32l4xx_hal_uart.h.

#define UART_ONE_BIT_SAMPLE_ENABLE   USART_CR3_ONEBIT

One-bit sampling enable

Definition at line 424 of file stm32l4xx_hal_uart.h.