Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_pwm.c384 uint32_t fpwm = 0, ps = 0, cnt_on = 0, cnt_off = 0; in mec_hal_pwm_get_freq_out() local
394 ps = ((regs->CONFIG & MEC_PWM_CONFIG_CLKDIV_Msk) >> MEC_PWM_CONFIG_CLKDIV_Pos) + 1u; in mec_hal_pwm_get_freq_out()
399 fpwm = fin / (ps * (cnt_on + cnt_off)); in mec_hal_pwm_get_freq_out()