Lines Matching refs:cyhal_clock_tolerance_t
68 const cyhal_clock_tolerance_t CYHAL_CLOCK_TOLERANCE_0_P = {CYHAL_TOLERANCE_PERCENT, 0};
69 const cyhal_clock_tolerance_t CYHAL_CLOCK_TOLERANCE_1_P = {CYHAL_TOLERANCE_PERCENT, 1};
70 const cyhal_clock_tolerance_t CYHAL_CLOCK_TOLERANCE_5_P = {CYHAL_TOLERANCE_PERCENT, 5};
579 …64_t input_hz, uint32_t desired_hz, uint32_t divider_bits, const cyhal_clock_tolerance_t *toleranc… in _cyhal_clock_compute_div()
670 …t_frequency_unsupported(cyhal_clock_t *clock, uint32_t hz, const cyhal_clock_tolerance_t *toleranc… in _cyhal_clock_set_frequency_unsupported()
1124 …clock_set_frequency_ext(cyhal_clock_t *clock, uint32_t hz, const cyhal_clock_tolerance_t *toleranc… in _cyhal_clock_set_frequency_ext()
1525 …clock_set_frequency_fll(cyhal_clock_t *clock, uint32_t hz, const cyhal_clock_tolerance_t *toleranc… in _cyhal_clock_set_frequency_fll()
1706 …clock_set_frequency_pll(cyhal_clock_t *clock, uint32_t hz, const cyhal_clock_tolerance_t *toleranc… in _cyhal_clock_set_frequency_pll()
1855 …_clock_set_frequency_mf(cyhal_clock_t *clock, uint32_t hz, const cyhal_clock_tolerance_t *toleranc… in _cyhal_clock_set_frequency_mf()
2261 …lock_set_frequency_fast(cyhal_clock_t *clock, uint32_t hz, const cyhal_clock_tolerance_t *toleranc… in _cyhal_clock_set_frequency_fast()
2330 …lock_set_frequency_slow(cyhal_clock_t *clock, uint32_t hz, const cyhal_clock_tolerance_t *toleranc… in _cyhal_clock_set_frequency_slow()
2450 …clock_set_frequency_mem(cyhal_clock_t *clock, uint32_t hz, const cyhal_clock_tolerance_t *toleranc… in _cyhal_clock_set_frequency_mem()
2501 …lock_set_frequency_peri(cyhal_clock_t *clock, uint32_t hz, const cyhal_clock_tolerance_t *toleranc… in _cyhal_clock_set_frequency_peri()
2966 …et_frequency_peripheral(cyhal_clock_t *clock, uint32_t hz, const cyhal_clock_tolerance_t *toleranc… in _cyhal_clock_set_frequency_peripheral()
3094 …cy_rslt_t (*set_frequency)(cyhal_clock_t *clock, uint32_t hz, const cyhal_clock_tolerance_t *toler…
4175 …hal_clock_set_frequency(cyhal_clock_t *clock, uint32_t hz, const cyhal_clock_tolerance_t *toleranc… in cyhal_clock_set_frequency()