Searched refs:responseErrorFlags (Results 1 – 6 of 6) sorted by relevance
352 if ((command->responseErrorFlags != 0U) && in SDHC_ReceiveCommandResponse()356 if (((command->responseErrorFlags) & (command->response[0U])) != 0U) in SDHC_ReceiveCommandResponse()
488 uint32_t responseErrorFlags; /*!< response error flag, the flag which need to check member
345 …if ((command->responseErrorFlags != 0U) && ((command->responseType == (uint32_t)kCARD_ResponseType… in SDIF_ReadCommandResponse()350 if (((command->responseErrorFlags) & (command->response[0U])) != 0UL) in SDIF_ReadCommandResponse()
336 uint32_t responseErrorFlags; /*!< response error flags, need to check the flags when member
643 uint32_t responseErrorFlags; /*!< Response error flag, which need to check member
384 if ((command->responseErrorFlags != 0U) && in USDHC_ReceiveCommandResponse()388 if (((command->responseErrorFlags) & (command->response[0U])) != 0U) in USDHC_ReceiveCommandResponse()