Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
968
std::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
read
Method · 0.70
write
Method · 0.70
Calls
1
executeCmdWithR1Response
Function · 0.85
Tested by
no test coverage detected