Zephyr API 3.6.99
|
SD host controller command structure. More...
#include <sdhc.h>
Data Fields | |
uint32_t | opcode |
SD Host specification CMD index. | |
uint32_t | arg |
SD host specification argument. | |
uint32_t | response [4] |
SD card response field. | |
uint32_t | response_type |
Expected SD response type. | |
unsigned int | retries |
Max number of retries. | |
int | timeout_ms |
Command timeout in milliseconds. | |
SD host controller command structure.
This command structure is used to send command requests to an SD host controller, which will be sent to SD devices.
uint32_t sdhc_command::arg |
SD host specification argument.
uint32_t sdhc_command::opcode |
SD Host specification CMD index.
uint32_t sdhc_command::response[4] |
SD card response field.
uint32_t sdhc_command::response_type |
Expected SD response type.
unsigned int sdhc_command::retries |
Max number of retries.
int sdhc_command::timeout_ms |
Command timeout in milliseconds.