| 1126 | */ |
| 1127 | |
| 1128 | std::pair<int, uint8_t> executeAcmd23(const SpiMasterHandle& spiMasterHandle, const uint32_t blocksCount) |
| 1129 | { |
| 1130 | return writeAcmdReadR1(spiMasterHandle, 23, blocksCount); |
| 1131 | } |
| 1132 | |
| 1133 | /** |
| 1134 | * \brief Executes ACMD41 command on SD card connected via SPI. |
no test coverage detected