Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/clock_control/
Dclock_control_litex.c906 uint32_t ht_aprox, synth_duty, min_d; in litex_clk_calc_duty_normal() local
923 ht_aprox = high_duty * divider; in litex_clk_calc_duty_normal()
925 if (ht_aprox > ((HIGH_LOW_TIME_REG_MAX * 100) + 50) || in litex_clk_calc_duty_normal()
927 (divider * 100) - ht_aprox) { in litex_clk_calc_duty_normal()