Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/sdu/
Dfsl_sdioslv_sdu.h136kStatus_SDIOSLV_CmdPending = MAKE_STATUS(kStatusGroup_SDIOSLV, 0U), /*!< previous command is… enumerator
/hal_nxp-latest/mcux/mcux-sdk/components/sdu/
Dfsl_adapter_sdu.c1116 return (status_t)kStatus_SDIOSLV_CmdPending; in SDU_SendCmdNonBlocking()
1621 … if ((status == (status_t)kStatus_Success) || (status == (status_t)kStatus_SDIOSLV_CmdPending)) in SDU_Send()
1636 … if ((status == (status_t)kStatus_Success) || (status == (status_t)kStatus_SDIOSLV_CmdPending)) in SDU_Send()