Home
last modified time | relevance | path

Searched defs:command (Results 1 – 2 of 2) sorted by relevance

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_usdhc.c227 static status_t USDHC_SetTransferConfig(USDHC_Type *base, usdhc_command_t *command, usdhc_data_t *d… in USDHC_SetTransferConfig()
318 static status_t USDHC_ReceiveCommandResponse(USDHC_Type *base, usdhc_command_t *command) in USDHC_ReceiveCommandResponse()
593 void USDHC_SendCommand(USDHC_Type *base, usdhc_command_t *command) in USDHC_SendCommand()
623 static status_t USDHC_WaitCommandDone(USDHC_Type *base, usdhc_command_t *command, bool executeTunin… in USDHC_WaitCommandDone()
1134 usdhc_command_t *command = transfer->command; in USDHC_TransferBlocking() local
1224 usdhc_command_t *command = transfer->command; in USDHC_TransferNonBlocking() local
Dfsl_usdhc.h566 usdhc_command_t *command; /*!< Command to send */ member
599 usdhc_command_t *volatile command; /*!< Command to send */ member