Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LowPowerLab/SPIFlash
/ sleep
Method
sleep
SPIFlash.cpp:295–298 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
293
}
294
295
void SPIFlash::sleep() {
296
command(SPIFLASH_SLEEP);
297
unselect();
298
}
299
300
void SPIFlash::wakeup() {
301
command(SPIFLASH_WAKE);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected