Home
last modified time | relevance | path

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

/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/ctimer/
Dfsl_ctimer.c202 uint32_t timerClock = srcClock_Hz / (base->PR + 1U); in CTIMER_SetupPwm() local
231 period = (timerClock / pwmFreq_Hz) - 1U; in CTIMER_SetupPwm()