Home
last modified time | relevance | path

Searched refs:LPUART_STAT_MA1F_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.h168 …kLPUART_DataMatch1Flag = LPUART_STAT_MA1F_MASK, /*!< The next character to be read from LPUART_DAT…
/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/
DRV32M1_ri5cy.h12506 #define LPUART_STAT_MA1F_MASK (0x8000U) macro
12512 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_MA1F_SHIFT)) & LPUART_STAT_MA1F_MASK)
DRV32M1_zero_riscy.h12650 #define LPUART_STAT_MA1F_MASK (0x8000U) macro
12656 … (((uint32_t)(((uint32_t)(x)) << LPUART_STAT_MA1F_SHIFT)) & LPUART_STAT_MA1F_MASK)