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

Method wakeup

SerialFlashChip.cpp:406–412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

404}
405
406void SerialFlashChip::wakeup()
407{
408 SPIPORT.beginTransaction(SPICONFIG);
409 CSASSERT();
410 SPIPORT.transfer(0xAB); // Wake up from deep power down command
411 CSRELEASE();
412}
413
414void SerialFlashChip::readID(uint8_t *buf)
415{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected