Searched refs:LPUART_FLAG_FIFO_NE (Results 1 – 6 of 6) sorted by relevance
212 #define LPUART_FLAG_FIFO_NE ((uint16_t)0x0020) macro218 …ART_FLAG_FIFO_FU) || ((FLAG) == LPUART_FLAG_FIFO_HF) || ((FLAG) == LPUART_FLAG_FIFO_NE) …
233 while (LPUART_GetFlagStatus(LPUART_FLAG_FIFO_NE) != RESET) in LPUART_FlushRxFifo()
Completed in 28 milliseconds