nRF Connect SDK Bare Metal API 2.0.99
Loading...
Searching...
No Matches
bm_storage_evt Struct Reference

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.
 

Detailed Description

Storage event.


The documentation for this struct was generated from the following file: