Home
last modified time | relevance | path

Searched refs:LPTMR_CSR_TCF_MASK (Results 1 – 3 of 3) sorted by relevance

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_lptmr.h92 kLPTMR_TimerCompareFlag = LPTMR_CSR_TCF_MASK, /*!< Timer compare flag */
182 reg &= ~(LPTMR_CSR_TCF_MASK); in LPTMR_EnableInterrupts()
199 reg &= ~(LPTMR_CSR_TCF_MASK); in LPTMR_DisableInterrupts()
254 return (base->CSR & LPTMR_CSR_TCF_MASK); in LPTMR_GetStatusFlags()
338 reg &= ~(LPTMR_CSR_TCF_MASK); in LPTMR_StartTimer()
355 reg &= ~(LPTMR_CSR_TCF_MASK); in LPTMR_StopTimer()
/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/
DRV32M1_ri5cy.h12180 #define LPTMR_CSR_TCF_MASK (0x80U) macro
12186 … (((uint32_t)(((uint32_t)(x)) << LPTMR_CSR_TCF_SHIFT)) & LPTMR_CSR_TCF_MASK)
DRV32M1_zero_riscy.h12324 #define LPTMR_CSR_TCF_MASK (0x80U) macro
12330 … (((uint32_t)(((uint32_t)(x)) << LPTMR_CSR_TCF_SHIFT)) & LPTMR_CSR_TCF_MASK)