distortos  v0.7.0
object-oriented C++ RTOS for microcontrollers
distortos::devices::anonymous_namespace{SdCardSpiBased.cpp}::R7Response Struct Reference

R7 response. More...

Public Attributes

uint16_t reservedBits
 reserved bits More...
 
uint8_t r1
 part with R1 response More...
 
uint8_t commandVersion
 command version More...
 
uint8_t voltageAccepted
 voltage range accepted by the card More...
 
uint8_t checkPattern
 check pattern echoed back to the host More...
 

Detailed Description

R7 response.

Member Data Documentation

◆ checkPattern

uint8_t distortos::devices::anonymous_namespace{SdCardSpiBased.cpp}::R7Response::checkPattern

check pattern echoed back to the host

◆ commandVersion

uint8_t distortos::devices::anonymous_namespace{SdCardSpiBased.cpp}::R7Response::commandVersion

command version

◆ r1

uint8_t distortos::devices::anonymous_namespace{SdCardSpiBased.cpp}::R7Response::r1

part with R1 response

◆ reservedBits

uint16_t distortos::devices::anonymous_namespace{SdCardSpiBased.cpp}::R7Response::reservedBits

reserved bits

◆ voltageAccepted

uint8_t distortos::devices::anonymous_namespace{SdCardSpiBased.cpp}::R7Response::voltageAccepted

voltage range accepted by the card


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