Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_sd_host.c175 #define CY_SD_HOST_RESPONSE_SIZE (4U) macro
3484 uint32_t response[CY_SD_HOST_RESPONSE_SIZE] = { 0UL }; in Cy_SD_Host_GetCid()
3553 uint32_t response[CY_SD_HOST_RESPONSE_SIZE] = { 0UL }; in Cy_SD_Host_GetCsd()
4542 uint32_t response[CY_SD_HOST_RESPONSE_SIZE] = { 0UL }; in Cy_SD_Host_SetBusSpeedMode()
4948 … uint8_t responseLength = (true == largeResponse) ? CY_SD_HOST_RESPONSE_SIZE : 1U; in Cy_SD_Host_GetResponse()