Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/counter/
Dcounter_nxp_s32_sys_timer.c39 #define STM_CIR_CIF_MASK BIT(0) macro
40 #define STM_CIR_CIF(v) FIELD_PREP(STM_CIR_CIF_MASK, (v))
188 FIELD_GET(STM_CIR_CIF_MASK, REG_READ(STM_CIR(channel))); in stm_isr()
275 if (REG_READ(STM_CIR(i)) & STM_CIR_CIF_MASK) { in nxp_s32_sys_timer_get_pending_int()