Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaulStoffregen/SerialFlash
/ seek
Method
seek
SerialFlash.h:103–105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
return wrlen;
102
}
103
void seek(uint32_t n) {
104
offset = n;
105
}
106
uint32_t position() {
107
return offset;
108
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected