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