| 150 | } |
| 151 | |
| 152 | void SpiHw8Stub::reset() FL_NOEXCEPT { |
| 153 | mLastBuffer.clear(); |
| 154 | mTransmitCount = 0; |
| 155 | mBusy = false; |
| 156 | } |
| 157 | |
| 158 | fl::vector<fl::vector<u8>> SpiHw8Stub::extractLanes(u8 num_lanes, size_t bytes_per_lane) const FL_NOEXCEPT { |
| 159 | fl::vector<fl::vector<u8>> lanes(num_lanes); |
no test coverage detected