Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_sd_host.h1239 CY_SD_HOST_RESET_DATALINE = 0U, /**< Reset the data circuit only. */ enumerator
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_sd_host.c472 Cy_SD_Host_SoftwareReset(base, CY_SD_HOST_RESET_DATALINE); in Cy_SD_Host_eMMC_InitCard()
4065 Cy_SD_Host_SoftwareReset(base, CY_SD_HOST_RESET_DATALINE); in Cy_SD_Host_IoOcr()
5208 case CY_SD_HOST_RESET_DATALINE: in Cy_SD_Host_SoftwareReset()
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_sdhc.c1275 Cy_SD_Host_SoftwareReset(sdxx->base, CY_SD_HOST_RESET_DATALINE); in _cyhal_sdxx_reset()