no-OS
Public Attributes | List of all members
cmd_desc Struct Reference

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
 

Detailed Description

Contains the elements needed to build a command.

Member Data Documentation

◆ arg

uint32_t cmd_desc::arg

Argument for the command

◆ cmd

uint8_t cmd_desc::cmd

Command code

◆ response

uint8_t cmd_desc::response[MAX_RESPONSE_LEN]

Response with the size response_len will be written here

◆ response_len

uint32_t cmd_desc::response_len

Expected length for the response


The documentation for this struct was generated from the following file: