STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#define | HAL_UART_RXEVENT_TC (0x00000000U) |
#define | HAL_UART_RXEVENT_HT (0x00000001U) |
#define | HAL_UART_RXEVENT_IDLE (0x00000002U) |
#define HAL_UART_RXEVENT_TC (0x00000000U) |
#include <stm32f4xx_hal_uart.h>
RxEvent linked to Transfer Complete event
Definition at line 409 of file stm32f4xx_hal_uart.h.
Referenced by HAL_HalfDuplex_Init(), HAL_LIN_Init(), HAL_MultiProcessor_EnterMuteMode(), HAL_MultiProcessor_ExitMuteMode(), HAL_MultiProcessor_Init(), HAL_UART_DeInit(), HAL_UART_Init(), HAL_UARTEx_ReceiveToIdle(), HAL_UARTEx_ReceiveToIdle_DMA(), HAL_UARTEx_ReceiveToIdle_IT(), UART_DMAReceiveCplt(), and UART_Receive_IT().
#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().
#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().