no-OS
|
Contains the elements needed to build a command. More...
#include <sd.h>
Public Attributes | |
uint8_t | cmd |
uint32_t | arg |
uint8_t | response [MAX_RESPONSE_LEN] |
uint32_t | response_len |
Contains the elements needed to build a command.
uint32_t cmd_desc::arg |
Argument for the command
uint8_t cmd_desc::cmd |
Command code
uint8_t cmd_desc::response[MAX_RESPONSE_LEN] |
Response with the size response_len will be written here
uint32_t cmd_desc::response_len |
Expected length for the response