Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_pwm.c151 uint32_t perc, pulc, ps1, cnt_on, cnt_off, cfg, fin, fpwm, flags; in prog_pwm_fd() local
155 perc = period_cycles; in prog_pwm_fd()
158 fpwm = fin / perc; in prog_pwm_fd()
165 perc = (uint32_t)(((uint64_t)fin * (uint64_t)period_cycles) / MEC5_PWM_FIN_HIGH); in prog_pwm_fd()
172 cnt_off = (perc - pulc) / ps1; in prog_pwm_fd()