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

R7 response. More...

Collaboration diagram for distortos::devices::anonymous_namespace{SdCard.cpp}::R7Response:
[legend]

Public Types

using RawR7Response = ShortResponse
 type of raw R7 response More...
 

Public Member Functions

constexpr R7Response (const RawR7Response r7)
 R7Response's constructor. More...
 
uint8_t getCheckPattern () const
 
uint8_t getVoltageAccepted () const
 

Private Attributes

RawR7Response r7_
 raw R7 response data More...
 

Detailed Description

R7 response.

Member Typedef Documentation

◆ RawR7Response

using distortos::devices::anonymous_namespace{SdCard.cpp}::R7Response::RawR7Response = ShortResponse

type of raw R7 response

Constructor & Destructor Documentation

◆ R7Response()

constexpr distortos::devices::anonymous_namespace{SdCard.cpp}::R7Response::R7Response ( const RawR7Response  r7)
inlineexplicit

R7Response's constructor.

Parameters
[in]r7is the R7 response

Member Function Documentation

◆ getCheckPattern()

uint8_t distortos::devices::anonymous_namespace{SdCard.cpp}::R7Response::getCheckPattern ( ) const
inline
Returns
value of check pattern bit field
Here is the caller graph for this function:

◆ getVoltageAccepted()

uint8_t distortos::devices::anonymous_namespace{SdCard.cpp}::R7Response::getVoltageAccepted ( ) const
inline
Returns
value of voltage accepted bit field
Here is the caller graph for this function:

Member Data Documentation

◆ r7_

RawR7Response distortos::devices::anonymous_namespace{SdCard.cpp}::R7Response::r7_
private

raw R7 response data


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