Searched refs:command (Results 1 – 2 of 2) sorted by relevance
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() argument229 assert(NULL != command); in USDHC_SetTransferConfig()237 switch (command->responseType) in USDHC_SetTransferConfig()246 …command->flags |= (kUSDHC_ResponseLength48Flag | kUSDHC_EnableCrcCheckFlag | kUSDHC_EnableIndexChe… in USDHC_SetTransferConfig()251 command->flags |= in USDHC_SetTransferConfig()256 command->flags |= (kUSDHC_ResponseLength136Flag | kUSDHC_EnableCrcCheckFlag); in USDHC_SetTransferConfig()261 command->flags |= (kUSDHC_ResponseLength48Flag); in USDHC_SetTransferConfig()[all …]
566 usdhc_command_t *command; /*!< Command to send */ member599 usdhc_command_t *volatile command; /*!< Command to send */ member930 void USDHC_SendCommand(USDHC_Type *base, usdhc_command_t *command);