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