Searched refs:Cy_SD_Host_GetResponse (Results 1 – 3 of 3) sorted by relevance
| /hal_infineon-latest/mtb-pdl-cat1/drivers/source/ |
| D | cy_sd_host.c | 2692 (void)Cy_SD_Host_GetResponse(base, (uint32_t *)&response, false); in Cy_SD_Host_OpsSdioSendOpCond() 2759 (void)Cy_SD_Host_GetResponse(base, (uint32_t *)&response, false); in Cy_SD_Host_OpsSdSendOpCond() 2828 (void)Cy_SD_Host_GetResponse(base, (uint32_t *)&response, false); in Cy_SD_Host_MmcOpsSendOpCond() 3122 (void)Cy_SD_Host_GetResponse(base, (uint32_t *)&response, false); in Cy_SD_Host_AbortTransfer() 3187 (void)Cy_SD_Host_GetResponse(base, (uint32_t *)&response, false); in Cy_SD_Host_AbortTransfer() 3320 (void)Cy_SD_Host_GetResponse(base, (uint32_t *)&response, false); in Cy_SD_Host_GetCardStatus() 3508 (void)Cy_SD_Host_GetResponse(base, (uint32_t *)response, true); in Cy_SD_Host_GetCid() 3581 (void)Cy_SD_Host_GetResponse(base, (uint32_t *)response, true); in Cy_SD_Host_GetCsd() 3758 (void)Cy_SD_Host_GetResponse(base, (uint32_t *)&response, false); in Cy_SD_Host_GetRca() 3929 (void)Cy_SD_Host_GetResponse(base, in Cy_SD_Host_VoltageCheck() [all …]
|
| /hal_infineon-latest/mtb-pdl-cat1/drivers/include/ |
| D | cy_sd_host.h | 1568 cy_en_sd_host_status_t Cy_SD_Host_GetResponse(SDHC_Type const *base,
|
| /hal_infineon-latest/mtb-hal-cat1/source/ |
| D | cyhal_sdhc.c | 2287 return (cy_rslt_t)Cy_SD_Host_GetResponse(obj->sdxx.base, response, large_response); in cyhal_sdhc_get_response() 3103 ret = (cy_rslt_t)Cy_SD_Host_GetResponse(sdxx->base, response, false); in cyhal_sdio_host_send_cmd() 3149 ret = (cy_rslt_t)Cy_SD_Host_GetResponse(sdxx->base, response, false); in cyhal_sdio_host_bulk_transfer()
|