| 1143 | */ |
| 1144 | |
| 1145 | std::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. |
no test coverage detected