An fstorage event. More...
#include <fstorage.h>
Data Fields |
|
| fs_evt_id_t | id |
|
The event ID.
|
|
| void * | p_context |
|
User-defined context passed to the interrupt handler.
|
|
| union { | |
| struct { | |
| uint32_t const * p_data | |
|
Pointer to the data stored in flash.
|
|
| uint16_t length_words | |
|
Length of the data, in 4-byte words.
|
|
| } store | |
| struct { | |
| uint16_t first_page | |
|
First page erased.
|
|
| uint16_t last_page | |
|
Last page erased.
|
|
| } erase | |
| }; | |
Detailed Description
An fstorage event.
- components/libraries/fstorage/fstorage.h