Home
last modified time | relevance | path

Searched refs:UART_FLAG_NE (Results 1 – 3 of 3) sorted by relevance

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_uart.h354 #define UART_FLAG_NE ((uint32_t)USART_SR_NE) macro
/bsp/stm32/libraries/HAL_Drivers/drivers/
A Ddrv_usart.c502 if (__HAL_UART_GET_FLAG(&(uart->handle), UART_FLAG_NE) != RESET) in uart_isr()
A Ddrv_usart_v2.c505 if (__HAL_UART_GET_FLAG(&(uart->handle), UART_FLAG_NE)) in uart_isr()

Completed in 9 milliseconds