circuitpython/ports/nrf/supervisor/qspi_flash.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
115 B
C
Raw Normal View History

extern void qspi_flash_enter_sleep(void);
extern void qspi_flash_exit_sleep(void);
2021-11-10 12:26:54 -05:00
extern void qspi_disable(void);