Searched defs:sdhc_command (Results 1 – 1 of 1) sorted by relevance
46 struct sdhc_command { struct47 uint32_t opcode; /*!< SD Host specification CMD index */48 uint32_t arg; /*!< SD host specification argument */49 uint32_t response[4]; /*!< SD card response field */50 uint32_t response_type; /*!< Expected SD response type */51 unsigned int retries; /*!< Max number of retries */52 int timeout_ms; /*!< Command timeout in milliseconds */