@web-font-path: "roboto-debian.css";
#include "pico.h"

Go to the source code of this file.
Functions | |
| void | flash_start_xip (void) |
| Initialise QSPI interface and external QSPI devices for execute-in-place. | |
| void | flash_range_erase (uint32_t flash_offs, size_t count) |
| Erase areas of flash. | |
| void | flash_range_program (uint32_t flash_offs, const uint8_t *data, size_t count) |
| Program flash. | |
| void | flash_get_unique_id (uint8_t *id_out) |
| Get flash unique 64 bit identifier. | |
| void | flash_do_cmd (const uint8_t *txbuf, uint8_t *rxbuf, size_t count) |
| Execute bidirectional flash command. | |
| void | flash_flush_cache (void) |