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

Function executeCmd58

source/devices/memory/SdCardSpiBased.cpp:1009–1012  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1007 */
1008
1009std::pair<int, R3Response> executeCmd58(const SpiMasterHandle& spiMasterHandle)
1010{
1011 return writeCmdReadR3(spiMasterHandle, 58);
1012}
1013
1014/**
1015 * \brief Writes application (ACMD) command to SD card connected via SPI.

Callers 1

initializeMethod · 0.85

Calls 1

writeCmdReadR3Function · 0.85

Tested by

no test coverage detected