![]() |
nRF Connect SDK API 3.3.99
|
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 |
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.