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

Information about the non-volatile memory. More...

#include <bm/storage/bm_storage.h>

Data Fields

uint32_t program_unit
 Size of the smallest unit of memory that can be programmed, in bytes.
 
uint32_t erase_unit
 Size of the smallest unit of memory that can be erased, in bytes.
 
uint32_t wear_unit
 Size of the memory unit towards which wear is counted, in bytes.
 
uint8_t erase_value
 Value used to represent erased memory.
 
bool is_erase_before_write
 Whether the memory must be erased before it can be written to.
 

Detailed Description

Information about the non-volatile memory.


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