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

Function executeCmd55

source/devices/memory/SdCard.cpp:1145–1148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1143 */
1144
1145std::pair<int, R1Response> executeCmd55(SynchronousSdMmcCardLowLevel& sdCard, const uint16_t rca)
1146{
1147 return executeCmdWithR1Response(sdCard, 55, static_cast<uint32_t>(rca) << 16, {});
1148}
1149
1150/**
1151 * \brief Executes transaction with application command (ACMD) that has R1 response.

Callers 2

Calls 1

executeCmdWithR1ResponseFunction · 0.85

Tested by

no test coverage detected