#include <sdio_api.h>
Data Fields | |
unsigned | cmd: 8 |
unsigned | addr: 24 |
uint16_t | val |
uint8_t | response |
unsigned cspi_cmd_resp::cmd |
Command octet (type, and function).
unsigned cspi_cmd_resp::addr |
24 bit address.
uint16_t cspi_cmd_resp::val |
Word to write or read from the card (for non-burst commands).
uint8_t cspi_cmd_resp::response |
Response octet. Valid iff the command has completed and (sdio_cmd::status & SDIOEMB_CMD_ERR_CMD) == 0.