STM32L486xx HAL User Manual
Defines
UART Advanced Feature Overrun Disable
UART Exported Constants

Defines

#define UART_ADVFEATURE_OVERRUN_ENABLE   0x00000000U
#define UART_ADVFEATURE_OVERRUN_DISABLE   USART_CR3_OVRDIS

Define Documentation

#define UART_ADVFEATURE_OVERRUN_DISABLE   USART_CR3_OVRDIS

RX overrun disable

Definition at line 593 of file stm32l4xx_hal_uart.h.

#define UART_ADVFEATURE_OVERRUN_ENABLE   0x00000000U

RX overrun enable

Definition at line 592 of file stm32l4xx_hal_uart.h.