Home
last modified time | relevance | path

Searched refs:cyhal_sdhc_set_frequency (Results 1 – 2 of 2) sorted by relevance

/hal_infineon-latest/mtb-hal-cat1/include/
Dcyhal_sdhc.h567 cy_rslt_t cyhal_sdhc_set_frequency(cyhal_sdhc_t *obj, uint32_t hz, bool negotiate);
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_sdhc.c1639 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() function
2369 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()