STM32L443xx HAL User Manual
Defines
UART Reception type values
UART Exported Constants

Defines

#define HAL_UART_RECEPTION_STANDARD   (0x00000000U)
#define HAL_UART_RECEPTION_TOIDLE   (0x00000001U)
#define HAL_UART_RECEPTION_TORTO   (0x00000002U)
#define HAL_UART_RECEPTION_TOCHARMATCH   (0x00000003U)

Define Documentation

#define HAL_UART_RECEPTION_STANDARD   (0x00000000U)
#define HAL_UART_RECEPTION_TOCHARMATCH   (0x00000003U)

Reception till completion or CM event

Definition at line 844 of file stm32l4xx_hal_uart.h.

#define HAL_UART_RECEPTION_TOIDLE   (0x00000001U)
#define HAL_UART_RECEPTION_TORTO   (0x00000002U)

Reception till completion or RTO event

Definition at line 843 of file stm32l4xx_hal_uart.h.