Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/drivers/pwm/
Dpwm_mchp_xec.c110 static uint32_t xec_compute_frequency(uint32_t clk, uint32_t on, uint32_t off) in xec_compute_frequency() function
165 freq_a = xec_compute_frequency(max_freq[div_a], *on_a, *off_a); in xec_compare_div_on_off()
170 freq_b = xec_compute_frequency(max_freq[div_b], on_b, off_b); in xec_compare_div_on_off()
214 freq_h = xec_compute_frequency( in xec_compare_params()
221 freq_l = xec_compute_frequency( in xec_compare_params()
336 target_freq = xec_compute_frequency(MCHP_PWM_INPUT_FREQ_HI, on, off); in pwm_xec_set_cycles()