Searched refs:actual_freq (Results 1 – 2 of 2) sorted by relevance
640 uint32_t actual_freq = hz_src / divider; in _cyhal_utils_find_hf_clk_div() local641 if ((actual_freq > desired_hz) && only_below_desired) in _cyhal_utils_find_hf_clk_div()643 …chieved_tolerance = abs(_cyhal_utils_calculate_tolerance(tolerance_type, desired_hz, actual_freq)); in _cyhal_utils_find_hf_clk_div()
904 uint32_t actual_freq = 0; in _cyhal_sdxx_sdcardchangeclock() local924 actual_freq = hf_freq / most_suitable_div; in _cyhal_sdxx_sdcardchangeclock()926 ret = _cyhal_sdxx_update_hw_clock_config(sdxx, actual_freq, lv_signaling, negotiate); in _cyhal_sdxx_sdcardchangeclock()958 *frequency = actual_freq; in _cyhal_sdxx_sdcardchangeclock()2131 uint32_t actual_freq = hz; in cyhal_sdhc_set_frequency() local2132 … result = _cyhal_sdxx_sdcardchangeclock(sdxx, &actual_freq, sdxx->low_voltage_io_set, negotiate); in cyhal_sdhc_set_frequency()2135 obj->bus_frequency_hz = actual_freq; in cyhal_sdhc_set_frequency()