![]() |
nRF5 SDK
v12.3.0
|
| Choose documentation: | nRF5 SDK | S130 SoftDevice API | S132 SoftDevice API | S212 SoftDevice API | S332 SoftDevice API |
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 | |
| }; | |
An fstorage event.