nRF Connect SDK API 3.3.99
Loading...
Searching...
No Matches
rram_wear_test_partition Struct Reference

Flash partition (or custom range) parameters for wear test. More...

#include <rram_wear_test.h>

Data Fields

const char * name
 
uint64_t addr_start
 
uint64_t addr_end
 

Detailed Description

Flash partition (or custom range) parameters for wear test.

For name "custom", addr_start and addr_end are byte offsets on the internal flash device (addr_end exclusive). For any other name, offsets describe the partition span from the flash map (see rram_wear_test_partition_get); the verify path still opens the area by name and ignores addr_* for the actual I/O.

name may be an empty string when the partition has no DTS label (unnamed partition); identification then relies on the flash map / node label.


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