STM32H735xx 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 427 of file stm32h7xx_hal_uart.h.

#define UART_ONE_BIT_SAMPLE_ENABLE   USART_CR3_ONEBIT

One-bit sampling enable

Definition at line 428 of file stm32h7xx_hal_uart.h.