![]() |
nRF Connect SDK Bare Metal API 2.0.99
|
Storage event. More...
#include <bm/storage/bm_storage.h>
Data Fields | |
| enum bm_storage_evt_type | id |
| Event identifier. | |
| bool | is_async |
| Whether the event was dispatched asynchronously. | |
| int | result |
| Result of the operation. | |
| uint32_t | addr |
| Address in memory where the operation was performed. | |
| const void * | src |
| Pointer to the data written to memory. | |
| size_t | len |
| Length of the operation. | |
| void * | ctx |
| User-defined context. | |
Storage event.