Home
last modified time | relevance | path

Searched refs:LPUART_STAT_MA2F_MASK (Results 1 – 4 of 4) sorted by relevance

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_lpuart.c374 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()
Dfsl_lpuart.h169 …kLPUART_DataMatch2Flag = LPUART_STAT_MA2F_MASK, /*!< The next character to be read from LPUART_DAT…
/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/
DRV32M1_ri5cy.h12499 #define LPUART_STAT_MA2F_MASK (0x4000U) macro
12505 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_MA2F_SHIFT)) & LPUART_STAT_MA2F_MASK)
DRV32M1_zero_riscy.h12643 #define LPUART_STAT_MA2F_MASK (0x4000U) macro
12649 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_MA2F_SHIFT)) & LPUART_STAT_MA2F_MASK)