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

Method write

lib/src/device/BlockDeviceOutputStream.cpp:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 */
46
47 bool BlockDeviceOutputStream::write(uint8_t c) {
48 return write(&c,1);
49 }
50
51
52 /**

Callers

nothing calls this directly

Calls 2

getBlockSizeInBytesMethod · 0.45
getDataMethod · 0.45

Tested by

no test coverage detected