STM32H735xx HAL User Manual
Defines
UART Receiver Timeout
UART Exported Constants

Defines

#define UART_RECEIVER_TIMEOUT_DISABLE   0x00000000U
#define UART_RECEIVER_TIMEOUT_ENABLE   USART_CR2_RTOEN

Define Documentation

#define UART_RECEIVER_TIMEOUT_DISABLE   0x00000000U

UART Receiver Timeout disable

Definition at line 470 of file stm32h7xx_hal_uart.h.

#define UART_RECEIVER_TIMEOUT_ENABLE   USART_CR2_RTOEN

UART Receiver Timeout enable

Definition at line 471 of file stm32h7xx_hal_uart.h.