Home
last modified time | relevance | path

Searched refs:card_pwr_en (Results 1 – 3 of 3) sorted by relevance

/hal_infineon-latest/mtb-hal-cat1/include/
Dcyhal_sdhc.h354 cyhal_gpio_t card_pwr_en,
409 cyhal_gpio_t card_pwr_en,
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_sdhc.c1340 cyhal_gpio_t card_pwr_en = cfg->gpios.card_pwr_en; in _cyhal_sdhc_init_common_hw() local
1433 if ((NC != card_pwr_en) && (CY_RSLT_SUCCESS == result)) 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()
1591 cyhal_gpio_t card_pwr_en, in cyhal_sdhc_init_hw() argument
1614 ….io_volt_sel = io_volt_sel, .card_pwr_en = card_pwr_en, .card_mech_write_prot = card_mech_write_pr… in cyhal_sdhc_init_hw()
1687 cyhal_gpio_t card_pwr_en, in cyhal_sdhc_init() argument
1694 …data7, card_detect, io_volt_sel, card_pwr_en, card_mech_write_prot, led_ctrl, emmc_reset, block_cl… in cyhal_sdhc_init()
/hal_infineon-latest/mtb-hal-cat1/include_pvt/
Dcyhal_hw_types.h1310 cyhal_gpio_t card_pwr_en; member