HAL
UART_FLAG_RXNE is only used within HAL.
 
Symbols
loading...
Files
loading...

UART_FLAG_RXNE macro

Syntax

#define UART_FLAG_RXNE ((uint32_t)USART_SR_RXNE)

References

LocationText
stm32f4xx_hal_uart.h:363
#define UART_FLAG_RXNE ((uint32_t)USART_SR_RXNE)
stm32f4xx_hal_uart.c:1260
if (UART_WaitOnFlagUntilTimeout(huart, UART_FLAG_RXNE, RESET, tickstart, Timeout) != HAL_OK)
stm32f4xx_hal_uart.c:1650
if (__HAL_UART_GET_FLAG(huart, UART_FLAG_RXNE))