Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_sd_host.c738 context->cardType = CY_SD_HOST_SD; in Cy_SD_Host_InitCard()
1825 if (CY_SD_HOST_SD == context->cardType) in Cy_SD_Host_SetBusWidth()
2442 if ((cardType == CY_SD_HOST_SD) || (cardType == CY_SD_HOST_COMBO)) in Cy_SD_Host_SdCardSwitchFunc()
3439 if (CY_SD_HOST_SD == context->cardType) in Cy_SD_Host_GetOcr()
4550 if ((CY_SD_HOST_SD == context->cardType) || in Cy_SD_Host_SetBusSpeedMode()
4580 if ((CY_SD_HOST_SD == context->cardType) || in Cy_SD_Host_SetBusSpeedMode()
4746 if ((cardType == CY_SD_HOST_SD) || (cardType == CY_SD_HOST_COMBO)) in Cy_SD_Host_FindBusSpeedMode()
5444 if ((CY_SD_HOST_SD == context->cardType) || (CY_SD_HOST_EMMC == context->cardType)) in Cy_SD_Host_GetBlockCount()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_sd_host.h1346 CY_SD_HOST_SD = 0U, /**< The Secure Digital card (SD). */ enumerator
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_sdhc.c2499 if ((!sdxx->is_sdio && CY_SD_HOST_SD != sdxx->context.cardType) && in _cyhal_sdxx_set_io_voltage()