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

UART_IT_RXNE macro

Syntax

#define UART_IT_RXNE ((uint32_t)(UART_CR1_REG_INDEX << 28U | USART_CR1_RXNEIE))

References

LocationText
stm32f4xx_hal_uart.h:386
#define UART_IT_RXNE ((uint32_t)(UART_CR1_REG_INDEX << 28U | USART_CR1_RXNEIE))
stm32f4xx_hal_uart.c:3255
__HAL_UART_ENABLE_IT(huart, UART_IT_RXNE);
stm32f4xx_hal_uart.c:3628