Flash Struct Reference
EmbFlash KFile context structure. More...
#include <flash.h>
Data Fields | |
| KFile | fd |
| File descriptor. | |
| bool | page_dirty |
| Flag for checking if current page is modified. | |
| page_t | curr_page |
| Current buffered page. | |
| uint8_t | page_buf [FLASH_PAGE_SIZE] |
| Temporary buffer cointaing data block to write on flash. | |
Detailed Description
EmbFlash KFile context structure.
Definition at line 54 of file flash.h.
The documentation for this struct was generated from the following file:
