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