Home
last modified time | relevance | path

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

/hal_infineon-3.4.0/mtb-hal-cat1/COMPONENT_PSOC6HAL/source/
Dcyhal_sdhc.c1276 sdxx->dma_type = cfg->host_config->dmaType; in _cyhal_sdhc_init_common_hw()
1278 if (sdxx->dc_configured && (cfg->host_config->dmaType != CY_SD_HOST_DMA_ADMA2)) in _cyhal_sdhc_init_common_hw()
1508 sdxx->emmc = cfg->host_config->emmc; in _cyhal_sdhc_init_common_hw()
1521 result = (cy_rslt_t)Cy_SD_Host_Init(sdxx->base, cfg->host_config, &(sdxx->context)); in _cyhal_sdhc_init_common_hw()
1579 .host_config = &sd_host_config, in cyhal_sdhc_init_hw()
2651 CY_ASSERT(NULL != cfg->host_config); in _cyhal_sdio_init_common()
2662 (cfg->host_config->emmc || cfg->host_config->dmaType != CY_SD_HOST_DMA_ADMA2 || in _cyhal_sdio_init_common()
2791 result = (cy_rslt_t)Cy_SD_Host_Init(sdxx->base, cfg->host_config, &sdxx->context); in _cyhal_sdio_init_common()
2865 const cy_stc_sd_host_init_config_t host_config = in cyhal_sdio_init() local
2881 .host_config = &host_config, in cyhal_sdio_init()
/hal_infineon-3.4.0/mtb-hal-cat1/COMPONENT_PSOC6HAL/include/
Dcyhal_hw_types.h1178 const cy_stc_sd_host_init_config_t* host_config; member
1256 const cy_stc_sd_host_init_config_t* host_config; member