Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/sdhc/
Dfsl_sdhc.c333 uint32_t response0 = base->CMDRSP[0]; in SDHC_ReceiveCommandResponse() local
339 command->response[0U] = response0; in SDHC_ReceiveCommandResponse()
345 command->response[1U] = (response1 << 8U) | ((response0 & 0xFF000000U) >> 24U); in SDHC_ReceiveCommandResponse()
/hal_nxp-latest/mcux/mcux-sdk/drivers/usdhc/
Dfsl_usdhc.c365 uint32_t response0 = base->CMD_RSP0; in USDHC_ReceiveCommandResponse() local
371 command->response[0U] = response0; in USDHC_ReceiveCommandResponse()
377 command->response[1U] = (response1 << 8U) | ((response0 & 0xFF000000U) >> 24U); in USDHC_ReceiveCommandResponse()