| 1007 | */ |
| 1008 | |
| 1009 | std::pair<int, R3Response> executeCmd58(const SpiMasterHandle& spiMasterHandle) |
| 1010 | { |
| 1011 | return writeCmdReadR3(spiMasterHandle, 58); |
| 1012 | } |
| 1013 | |
| 1014 | /** |
| 1015 | * \brief Writes application (ACMD) command to SD card connected via SPI. |
no test coverage detected