Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/usdhc/
Dfsl_usdhc.h646 } usdhc_command_t; typedef
695 usdhc_command_t *command; /*!< Command to send. */
721 usdhc_command_t *command; /*!< Command to send. */
756 usdhc_command_t *volatile command; /*!< Transfer parameter. Command to send. */
1163 void USDHC_SendCommand(USDHC_Type *base, usdhc_command_t *command);
Dfsl_usdhc.c86 static status_t USDHC_ReceiveCommandResponse(USDHC_Type *base, usdhc_command_t *command);
147 static status_t USDHC_WaitCommandDone(USDHC_Type *base, usdhc_command_t *command, bool pollingCmdDo…
361 static status_t USDHC_ReceiveCommandResponse(USDHC_Type *base, usdhc_command_t *command) in USDHC_ReceiveCommandResponse()
659 void USDHC_SendCommand(USDHC_Type *base, usdhc_command_t *command) in USDHC_SendCommand()
717 static status_t USDHC_WaitCommandDone(USDHC_Type *base, usdhc_command_t *command, bool pollingCmdDo… in USDHC_WaitCommandDone()
1556 usdhc_command_t *command = transfer->command; in USDHC_TransferBlocking()
1767 usdhc_command_t *command = transfer->command; in USDHC_TransferScatterGatherADMANonBlocking()
1869 usdhc_command_t *command = transfer->command; in USDHC_TransferNonBlocking()