Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/counter/
Dcounter_nxp_s32_sys_timer.c34 #define STM_CCR(n) (0x10 + 0x10 * (n)) macro
110 REG_WRITE(STM_CCR(channel), STM_CCR_CEN(0U)); in stm_disable_channel()
149 REG_WRITE(STM_CCR(channel), STM_CCR_CEN(1U)); in stm_set_alarm()
187 pending = FIELD_GET(STM_CCR_CEN_MASK, REG_READ(STM_CCR(channel))) && in stm_isr()
365 REG_WRITE(STM_CCR(i), STM_CCR_CEN(0U)); in nxp_s32_sys_timer_init()