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

Function executeAcmd41

source/devices/memory/SdCardSpiBased.cpp:1146–1149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1144 */
1145
1146std::pair<int, uint8_t> executeAcmd41(const SpiMasterHandle& spiMasterHandle, const bool hcs)
1147{
1148 return writeAcmdReadR1(spiMasterHandle, 41, hcs << acmd41HcsPosition);
1149}
1150
1151} // namespace
1152

Callers 1

initializeMethod · 0.70

Calls 1

writeAcmdReadR1Function · 0.85

Tested by

no test coverage detected