Flash Memory Storage API.
More...
Flash Memory Storage API.
Contains functions for interacting with the Flash memory controller for reading, writing, and erasing data.
◆ Flash_t
Definition at line 21 of file flash.h.
Data Fields |
int |
pageSize |
Number of bytes per page. |
long |
pageCount |
Total number of pages. |
void(*)(struct Flash *) |
erase |
Chip erase method. |
void(*)(struct Flash *, uint32_t, volatile uint8_t *) |
readPage |
Read page method. |
void(*)(struct Flash *, uint32_t, uint8_t *) |
writePage |
Write page method. |