MCPcopy Create free account
hub / github.com/PaulStoffregen/SerialFlash / getFlashAddress

Method getFlashAddress

SerialFlash.h:121–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 void close() {
120 }
121 uint32_t getFlashAddress() {
122 return address;
123 }
124protected:
125 friend class SerialFlashChip;
126 uint32_t address; // where this file's data begins in the Flash, or zero

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected