STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
UART RxEvent type values
Collaboration diagram for UART RxEvent type values:

Macros

#define HAL_UART_RXEVENT_TC   (0x00000000U)
 
#define HAL_UART_RXEVENT_HT   (0x00000001U)
 
#define HAL_UART_RXEVENT_IDLE   (0x00000002U)
 

Detailed Description

Macro Definition Documentation

◆ HAL_UART_RXEVENT_TC

◆ HAL_UART_RXEVENT_HT

#define HAL_UART_RXEVENT_HT   (0x00000001U)

#include <stm32f4xx_hal_uart.h>

RxEvent linked to Half Transfer event

Definition at line 410 of file stm32f4xx_hal_uart.h.

Referenced by UART_DMARxHalfCplt().

◆ HAL_UART_RXEVENT_IDLE

#define HAL_UART_RXEVENT_IDLE   (0x00000002U)

#include <stm32f4xx_hal_uart.h>

Definition at line 411 of file stm32f4xx_hal_uart.h.

Referenced by HAL_UART_IRQHandler(), and HAL_UARTEx_ReceiveToIdle().