Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-hal-cat1/include/
Dcyhal_clock.h172 extern const cyhal_clock_tolerance_t CYHAL_CLOCK_TOLERANCE_0_P;
174 extern const cyhal_clock_tolerance_t CYHAL_CLOCK_TOLERANCE_1_P;
176 extern const cyhal_clock_tolerance_t CYHAL_CLOCK_TOLERANCE_5_P;
305 …hal_clock_set_frequency(cyhal_clock_t *clock, uint32_t hz, const cyhal_clock_tolerance_t *toleranc…
Dcyhal_general_types.h268 } cyhal_clock_tolerance_t; typedef
/hal_infineon-latest/mtb-hal-cat1/include_pvt/
Dcyhal_utils_impl.h189 …ils_set_clock_frequency(cyhal_clock_t* clock, uint32_t hz, const cyhal_clock_tolerance_t *toleranc…
203 …tils_find_hf_clk_div(uint32_t hz_src, uint32_t desired_hz, const cyhal_clock_tolerance_t *toleranc…
208 … const cyhal_clock_tolerance_t *tolerance, bool only_below_desired, uint32_t *div);
226 … const cyhal_clock_tolerance_t *tolerance, _cyhal_utils_clk_div_func_t div_find_func,
240 …ls_set_clock_frequency2(cyhal_clock_t *clock, uint32_t hz, const cyhal_clock_tolerance_t *toleranc…
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_utils_impl.c600 …ils_set_clock_frequency(cyhal_clock_t* clock, uint32_t hz, const cyhal_clock_tolerance_t *toleranc… in _cyhal_utils_set_clock_frequency()
625 …tils_find_hf_clk_div(uint32_t hz_src, uint32_t desired_hz, const cyhal_clock_tolerance_t *toleranc… in _cyhal_utils_find_hf_clk_div()
663 …const cyhal_clock_tolerance_t *tolerance, _cyhal_utils_clk_div_func_t div_find_func, cyhal_clock_t… in _cyhal_utils_find_hf_source_n_divider()
760 …ls_set_clock_frequency2(cyhal_clock_t *clock, uint32_t hz, const cyhal_clock_tolerance_t *toleranc… in _cyhal_utils_set_clock_frequency2()
Dcyhal_clock.c68 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()
[all …]
Dcyhal_scb_common.c539 const cyhal_clock_tolerance_t tolerance = { in _cyhal_scb_configure_peri_clock()
Dcyhal_timer.c299 const cyhal_clock_tolerance_t tolerance = { in cyhal_timer_set_frequency()
Dcyhal_quaddec.c88 const cyhal_clock_tolerance_t tolerance = { in _cyhal_quaddec_configure_clock()
Dcyhal_qspi.c1118 const cyhal_clock_tolerance_t tolerance = { CYHAL_TOLERANCE_PERCENT, 10 }; in cyhal_qspi_set_frequency()
Dcyhal_pdmpcm.c896 const cyhal_clock_tolerance_t CLK_TOLERANCE = { .type = CYHAL_TOLERANCE_PERCENT, .value = 1 }; in _cyhal_pdm_pcm_set_pdl_config_struct()
Dcyhal_audio_common.c1126 const cyhal_clock_tolerance_t SCLK_TOLERANCE = { .type = CYHAL_TOLERANCE_PERCENT, .value = 1 }; in _cyhal_audioss_compute_sclk_div()
Dcyhal_sdhc.c796 const cyhal_clock_tolerance_t *tolerance, bool only_below_desired, uint32_t *div) in _cyhal_sdxx_find_best_div()