Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/counter/
Dcounter_nxp_s32_sys_timer.c38 #define STM_CIR(n) (0x14 + 0x10 * (n)) macro
111 REG_WRITE(STM_CIR(channel), STM_CIR_CIF(1U)); in stm_disable_channel()
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()
366 REG_WRITE(STM_CIR(i), STM_CIR_CIF(1U)); in nxp_s32_sys_timer_init()