STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
Loading...
Searching...
No Matches
UART Reception type values
Collaboration diagram for UART Reception type values:

Macros

#define HAL_UART_RECEPTION_STANDARD   (0x00000000U)
#define HAL_UART_RECEPTION_TOIDLE   (0x00000001U)

Detailed Description

Macro Definition Documentation

◆ HAL_UART_RECEPTION_STANDARD

#define HAL_UART_RECEPTION_STANDARD   (0x00000000U)

Standard reception

Definition at line 400 of file stm32f4xx_hal_uart.h.

◆ HAL_UART_RECEPTION_TOIDLE

#define HAL_UART_RECEPTION_TOIDLE   (0x00000001U)

Reception till completion or IDLE event

Definition at line 401 of file stm32f4xx_hal_uart.h.