Home
last modified time | relevance | path

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

/bsp/nxp/mcx/mcxn/Libraries/drivers/
A Ddrv_pwm.c270 int f_channel = mcx_pwm_first_free_channel(pwm); in mcx_drv_pwm_set() local
271 if (f_channel < 0) in mcx_drv_pwm_set()
280 ct->MR[f_channel] = ct->MR[p_channel]; in mcx_drv_pwm_set()
284 ct->MCR |= (CTIMER_MCR_MR0R_MASK << (3 * f_channel)); in mcx_drv_pwm_set()
290 p_channel = f_channel; in mcx_drv_pwm_set()

Completed in 5 milliseconds