Searched refs:response (Results 1 – 2 of 2) sorted by relevance
324 command->response[0U] = base->CMD_RSP0; in USDHC_ReceiveCommandResponse()327 command->response[1U] = base->CMD_RSP1; in USDHC_ReceiveCommandResponse()328 command->response[2U] = base->CMD_RSP2; in USDHC_ReceiveCommandResponse()329 command->response[3U] = base->CMD_RSP3; in USDHC_ReceiveCommandResponse()336 command->response[i - 1U] <<= 8U; in USDHC_ReceiveCommandResponse()339 command->response[i - 1U] |= ((command->response[i - 2U] & 0xFF000000U) >> 24U); in USDHC_ReceiveCommandResponse()349 if (((command->responseErrorFlags) & (command->response[0U])) != 0U) in USDHC_ReceiveCommandResponse()
545 uint32_t response[4U]; /*!< Response for this command */ member