Searched refs:cyhal_clock_tolerance_t (Results 1 – 12 of 12) sorted by relevance
| /hal_infineon-latest/mtb-hal-cat1/include/ |
| D | cyhal_clock.h | 172 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…
|
| D | cyhal_general_types.h | 268 } cyhal_clock_tolerance_t; typedef
|
| /hal_infineon-latest/mtb-hal-cat1/include_pvt/ |
| D | cyhal_utils_impl.h | 189 …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/ |
| D | cyhal_utils_impl.c | 600 …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()
|
| D | cyhal_clock.c | 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() [all …]
|
| D | cyhal_scb_common.c | 539 const cyhal_clock_tolerance_t tolerance = { in _cyhal_scb_configure_peri_clock()
|
| D | cyhal_timer.c | 299 const cyhal_clock_tolerance_t tolerance = { in cyhal_timer_set_frequency()
|
| D | cyhal_quaddec.c | 88 const cyhal_clock_tolerance_t tolerance = { in _cyhal_quaddec_configure_clock()
|
| D | cyhal_qspi.c | 1118 const cyhal_clock_tolerance_t tolerance = { CYHAL_TOLERANCE_PERCENT, 10 }; in cyhal_qspi_set_frequency()
|
| D | cyhal_pdmpcm.c | 896 const cyhal_clock_tolerance_t CLK_TOLERANCE = { .type = CYHAL_TOLERANCE_PERCENT, .value = 1 }; in _cyhal_pdm_pcm_set_pdl_config_struct()
|
| D | cyhal_audio_common.c | 1126 const cyhal_clock_tolerance_t SCLK_TOLERANCE = { .type = CYHAL_TOLERANCE_PERCENT, .value = 1 }; in _cyhal_audioss_compute_sclk_div()
|
| D | cyhal_sdhc.c | 796 const cyhal_clock_tolerance_t *tolerance, bool only_below_desired, uint32_t *div) in _cyhal_sdxx_find_best_div()
|