Home
last modified time | relevance | path

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

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