Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/
Dsdhc.h46 struct sdhc_command { struct
47 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 */