nRF Connect SDK API 3.3.99
Loading...
Searching...
No Matches
rram_wear_test.h File Reference
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>

Go to the source code of this file.

Data Structures

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

Functions

size_t rram_wear_test_partition_count (void)
 Get the number of entries in the partition table.
 
int rram_wear_test_partition_get (size_t index, struct rram_wear_test_partition *out)
 Fill out with partition name and device byte range from the flash map.
 
int rram_wear_test (size_t index, uint64_t addr_start, uint64_t addr_end, bool force)
 Run write/readback verify on a named flash region or custom range.