Searched refs:cyhal_sdhc_set_frequency (Results 1 – 2 of 2) sorted by relevance
567 cy_rslt_t cyhal_sdhc_set_frequency(cyhal_sdhc_t *obj, uint32_t hz, bool negotiate);
1639 result = cyhal_sdhc_set_frequency(obj, in _cyhal_sdhc_init_card_common()2115 cy_rslt_t cyhal_sdhc_set_frequency(cyhal_sdhc_t *obj, uint32_t hz, bool negotiate) in cyhal_sdhc_set_frequency() function2369 result = cyhal_sdhc_set_frequency(obj, 400000, false); in _cyhal_sdhc_io_volt_negotiate()2542 (void)cyhal_sdhc_set_frequency(sdhc_obj, sd_freq_before_switch, true); in _cyhal_sdxx_set_io_voltage()