Searched refs:LPTMR_CSR_TCF_MASK (Results 1 – 3 of 3) sorted by relevance
92 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()
12180 #define LPTMR_CSR_TCF_MASK (0x80U) macro12186 … (((uint32_t)(((uint32_t)(x)) << LPTMR_CSR_TCF_SHIFT)) & LPTMR_CSR_TCF_MASK)
12324 #define LPTMR_CSR_TCF_MASK (0x80U) macro12330 … (((uint32_t)(((uint32_t)(x)) << LPTMR_CSR_TCF_SHIFT)) & LPTMR_CSR_TCF_MASK)