![]() |
nRF Connect SDK Bare Metal API 2.0.99
|
Configuration for storage instance initialization. More...
#include <bm/storage/bm_storage.h>
Data Fields | ||
| bm_storage_evt_handler_t | evt_handler | |
| The event handler function. | ||
| const struct bm_storage_api * | api | |
| API implementation. | ||
| uint32_t | addr | |
| The starting address of this instance's partition. | ||
| uint32_t | size | |
| The size of this instance's partition, in bytes. | ||
| struct { | ||
| bool is_wear_aligned: 1 | ||
| Enforce wear unit alignment on operations that cause wear. More... | ||
| bool is_write_padded: 1 | ||
| Automatically pad write operations up to the alignment unit. More... | ||
| } | flags | |
| Configuration flags. | ||
Configuration for storage instance initialization.