|
STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
|
Macros | |
| #define | HAL_UART_RXEVENT_TC (0x00000000U) |
| #define | HAL_UART_RXEVENT_HT (0x00000001U) |
| #define | HAL_UART_RXEVENT_IDLE (0x00000002U) |
| #define HAL_UART_RXEVENT_HT (0x00000001U) |
RxEvent linked to Half Transfer event
Definition at line 410 of file stm32f4xx_hal_uart.h.
| #define HAL_UART_RXEVENT_IDLE (0x00000002U) |
Definition at line 411 of file stm32f4xx_hal_uart.h.
| #define HAL_UART_RXEVENT_TC (0x00000000U) |
RxEvent linked to Transfer Complete event
Definition at line 409 of file stm32f4xx_hal_uart.h.