Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_clock.c581 uint32_t max_div = (1 << divider_bits); in _cyhal_clock_compute_div() local
583 if (*div > max_div) in _cyhal_clock_compute_div()
584 *div = max_div; in _cyhal_clock_compute_div()