MCPcopy Create free account
hub / github.com/DISTORTEC/distortos / getCheckPattern

Method getCheckPattern

source/devices/memory/SdCard.cpp:593–596  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

591 */
592
593 uint8_t getCheckPattern() const
594 {
595 return estd::extractBitField<0, 8>(r7_);
596 }
597
598 /**
599 * \return value of voltage accepted bit field

Callers 1

executeCmd8Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected