Searched refs:_cyhal_sdxx_setup_pin (Results 1 – 1 of 1) sorted by relevance
/hal_infineon-3.7.0/mtb-hal-cat1/source/ |
D | cyhal_sdhc.c | 542 static cy_rslt_t _cyhal_sdxx_setup_pin(_cyhal_sdxx_t *sdxx, cyhal_gpio_t pin, const cyhal_resource_… in _cyhal_sdxx_setup_pin() function 1363 result = _cyhal_sdxx_setup_pin( in _cyhal_sdhc_init_common_hw() 1371 result = _cyhal_sdxx_setup_pin( in _cyhal_sdhc_init_common_hw() 1381 result = _cyhal_sdxx_setup_pin(sdxx, data[i], cyhal_pin_map_sdhc_card_dat_3to0, in _cyhal_sdhc_init_common_hw() 1393 result = _cyhal_sdxx_setup_pin(sdxx, data[i], cyhal_pin_map_sdhc_card_dat_7to4, in _cyhal_sdhc_init_common_hw() 1409 result = _cyhal_sdxx_setup_pin(sdxx, card_detect, cyhal_pin_map_sdhc_card_detect_n, in _cyhal_sdhc_init_common_hw() 1421 result = _cyhal_sdxx_setup_pin(sdxx, io_volt_sel, cyhal_pin_map_sdhc_io_volt_sel, in _cyhal_sdhc_init_common_hw() 1426 result = _cyhal_sdxx_setup_pin(sdxx, io_volt_sel, NULL, in _cyhal_sdhc_init_common_hw() 1436 result = _cyhal_sdxx_setup_pin(sdxx, card_pwr_en, cyhal_pin_map_sdhc_card_if_pwr_en, in _cyhal_sdhc_init_common_hw() 1448 …result = _cyhal_sdxx_setup_pin(sdxx, card_mech_write_prot, cyhal_pin_map_sdhc_card_mech_write_prot, in _cyhal_sdhc_init_common_hw() [all …]
|