MCPcopy Create free account
hub / github.com/andysworkshop/stm32plus / reset

Method reset

lib/src/device/BlockDeviceInputStream.cpp:177–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175 */
176
177 bool BlockDeviceInputStream::reset() {
178
179 _blockIndex=_originalBlockIndex;
180 _indexInBlock=0;
181
182 return true;
183 }
184
185
186 /**

Callers 5

HD44780Method · 0.45
pulseEnableMethod · 0.45
initialiseMethod · 0.45
addMethod · 0.45
initialiseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected