Searched refs:usdhc_command_t (Results 1 – 2 of 2) sorted by relevance
| /hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/ |
| D | fsl_usdhc.c | 52 static status_t USDHC_SetTransferConfig(USDHC_Type *base, usdhc_command_t *command, usdhc_data_t *d… 60 static status_t USDHC_ReceiveCommandResponse(USDHC_Type *base, usdhc_command_t *command); 168 static status_t USDHC_WaitCommandDone(USDHC_Type *base, usdhc_command_t *command, bool executeTunin… 227 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() 1224 usdhc_command_t *command = transfer->command; in USDHC_TransferNonBlocking()
|
| D | fsl_usdhc.h | 549 } usdhc_command_t; typedef 566 usdhc_command_t *command; /*!< Command to send */ 599 usdhc_command_t *volatile command; /*!< Command to send */ 930 void USDHC_SendCommand(USDHC_Type *base, usdhc_command_t *command);
|