Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/sdhc/
Dfsl_sdhc.c352 if ((command->responseErrorFlags != 0U) && in SDHC_ReceiveCommandResponse()
356 if (((command->responseErrorFlags) & (command->response[0U])) != 0U) in SDHC_ReceiveCommandResponse()
Dfsl_sdhc.h488 uint32_t responseErrorFlags; /*!< response error flag, the flag which need to check member
/hal_nxp-latest/mcux/mcux-sdk/drivers/sdif/
Dfsl_sdif.c345 …if ((command->responseErrorFlags != 0U) && ((command->responseType == (uint32_t)kCARD_ResponseType… in SDIF_ReadCommandResponse()
350 if (((command->responseErrorFlags) & (command->response[0U])) != 0UL) in SDIF_ReadCommandResponse()
Dfsl_sdif.h336 uint32_t responseErrorFlags; /*!< response error flags, need to check the flags when member
/hal_nxp-latest/mcux/mcux-sdk/drivers/usdhc/
Dfsl_usdhc.h643 uint32_t responseErrorFlags; /*!< Response error flag, which need to check member
Dfsl_usdhc.c384 if ((command->responseErrorFlags != 0U) && in USDHC_ReceiveCommandResponse()
388 if (((command->responseErrorFlags) & (command->response[0U])) != 0U) in USDHC_ReceiveCommandResponse()