#include <sdio_api.h>
Data Fields | |
uint8_t | cmd |
uint32_t | arg |
union sdioemb_response | response |
uint8_t sdioemb_cmd_resp::cmd |
Command index (0 to 63).
uint32_t sdioemb_cmd_resp::arg |
Command argument.
union sdioemb_response sdioemb_cmd_resp::response [write] |
Response to the command. Valid iff the command has completed and (sdio_cmd::status & SDIOEMB_CMD_ERR_CMD) == 0.