Go to the source code of this file.
Data Structures | |
struct | W25Q128_t |
Functions | |
W25Q128_t | W25Q128_init (W25Q128_t *, SPI_t *, GPIOpin_t) |
Initialise flash struct. | |
void | W25Q128_readPage (Flash_t *, uint32_t, volatile uint8_t *) |
Read from flash. | |
void | W25Q128_writePage (Flash_t *, uint32_t, uint8_t *) |
Write page to flash. | |
void | W25Q128_erase (Flash_t *) |
Erase flash chip. | |