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

Function executeCmd12

source/devices/memory/SdCard.cpp:968–971  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

966 */
967
968std::pair<int, R1Response> executeCmd12(SynchronousSdMmcCardLowLevel& sdCard)
969{
970 return executeCmdWithR1Response(sdCard, 12, {}, {});
971}
972
973/**
974 * \brief Executes CMD13 command on SD card.

Callers 2

readMethod · 0.70
writeMethod · 0.70

Calls 1

executeCmdWithR1ResponseFunction · 0.85

Tested by

no test coverage detected