Searched refs:max_div (Results 1 – 1 of 1) sorted by relevance
581 uint32_t max_div = (1 << divider_bits); in _cyhal_clock_compute_div() local583 if (*div > max_div) in _cyhal_clock_compute_div()584 *div = max_div; in _cyhal_clock_compute_div()