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

Function executeCmd55

source/devices/memory/SdCardSpiBased.cpp:993–996  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

991 */
992
993std::pair<int, uint8_t> executeCmd55(const SpiMasterHandle& spiMasterHandle)
994{
995 return writeCmdReadR1(spiMasterHandle, 55);
996}
997
998/**
999 * \brief Executes CMD58 command on SD card connected via SPI.

Callers 1

writeAcmdFunction · 0.70

Calls 1

writeCmdReadR1Function · 0.85

Tested by

no test coverage detected