Nano100AN Series BSP  V3.02.002
The Board Support Package for Nano100AN Series
Data Fields

#include <SDCard.h>

Data Fields

uint8_t command_byte
 
uint8_t arg_required
 
uint8_t CRC
 
uint8_t trans_type
 
uint8_t response
 
uint8_t var_length
 

Detailed Description

Definition at line 132 of file SDCard.h.

Field Documentation

◆ arg_required

uint8_t COMMAND::arg_required

Indicates argument requirement;

Definition at line 135 of file SDCard.h.

◆ command_byte

uint8_t COMMAND::command_byte

OpCode;

Definition at line 134 of file SDCard.h.

◆ CRC

uint8_t COMMAND::CRC

Holds CRC for command if necessary;

Definition at line 136 of file SDCard.h.

◆ response

uint8_t COMMAND::response

Indicates expected response;

Definition at line 138 of file SDCard.h.

◆ trans_type

uint8_t COMMAND::trans_type

Indicates command transfer type;

Definition at line 137 of file SDCard.h.

◆ var_length

uint8_t COMMAND::var_length

Indicates varialble length transfer;

Definition at line 139 of file SDCard.h.


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