Searched refs:LPUART_STAT_MA1F_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()
168 …kLPUART_DataMatch1Flag = LPUART_STAT_MA1F_MASK, /*!< The next character to be read from LPUART_DAT…
12506 #define LPUART_STAT_MA1F_MASK (0x8000U) macro12512 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_MA1F_SHIFT)) & LPUART_STAT_MA1F_MASK)
12650 #define LPUART_STAT_MA1F_MASK (0x8000U) macro12656 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_MA1F_SHIFT)) & LPUART_STAT_MA1F_MASK)