Searched refs:LPUART_STAT_MA2F_MASK (Results 1 – 4 of 4) sorted by relevance
374 temp |= (LPUART_STAT_MA1F_MASK | LPUART_STAT_MA2F_MASK); in LPUART_Init()444 temp |= (LPUART_STAT_MA1F_MASK | LPUART_STAT_MA2F_MASK); in LPUART_Deinit()643 temp &= (uint32_t)(~(LPUART_STAT_MA2F_MASK | LPUART_STAT_MA1F_MASK)); in LPUART_ClearStatusFlags()644 temp |= mask & (LPUART_STAT_MA2F_MASK | LPUART_STAT_MA1F_MASK); in LPUART_ClearStatusFlags()
169 …kLPUART_DataMatch2Flag = LPUART_STAT_MA2F_MASK, /*!< The next character to be read from LPUART_DAT…
12499 #define LPUART_STAT_MA2F_MASK (0x4000U) macro12505 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_MA2F_SHIFT)) & LPUART_STAT_MA2F_MASK)
12643 #define LPUART_STAT_MA2F_MASK (0x4000U) macro12649 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_MA2F_SHIFT)) & LPUART_STAT_MA2F_MASK)