Searched refs:CY_SD_HOST_RESPONSE_SIZE (Results 1 – 1 of 1) sorted by relevance
175 #define CY_SD_HOST_RESPONSE_SIZE (4U) macro3484 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()