Zephyr API Documentation
3.3.0
A Scalable Open Source RTOS
|
|
3.3.0 |
SD host controller command structure. More...
#include <sdhc.h>
Data Fields | |
uint32_t | opcode |
uint32_t | arg |
uint32_t | response [4] |
uint32_t | response_type |
unsigned int | retries |
int | timeout_ms |
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