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

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

Reception till completion or RTO event

Definition at line 816 of file stm32h7xx_hal_uart.h.