Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/counter/
Dcounter_nxp_s32_sys_timer.c35 #define STM_CCR_CEN_MASK BIT(0) macro
36 #define STM_CCR_CEN(v) FIELD_PREP(STM_CCR_CEN_MASK, (v))
187 pending = FIELD_GET(STM_CCR_CEN_MASK, REG_READ(STM_CCR(channel))) && in stm_isr()