Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/drivers/pwm/
Dpwm_mchp_xec.c160 uint32_t freq_a, freq_b, on_b, off_b; in xec_compare_div_on_off() local
168 &on_b, &off_b); 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()
178 if ((on_b <= UINT16_MAX) && (off_b <= UINT16_MAX)) { in xec_compare_div_on_off()
180 *off_a = off_b; in xec_compare_div_on_off()