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