STM32L486xx 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 465 of file stm32l4xx_hal_uart.h.

#define UART_RECEIVER_TIMEOUT_ENABLE   USART_CR2_RTOEN

UART receiver timeout enable

Definition at line 466 of file stm32l4xx_hal_uart.h.