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

Go to the source code of this file.

Functions

int nrf_rpc_rram_wear_test (size_t index, uint64_t addr_start, uint64_t addr_end, bool force)
 Run write/readback verify on a selected remote flash region.
 
int nrf_rpc_rram_wear_test_get_partition_count (size_t *count)
 Get the number of partitions from the remote server.
 
int nrf_rpc_rram_wear_test_get_partition (size_t index, struct rram_wear_test_partition *part)
 Get partition details from the remote server.
 
void nrf_rpc_rram_wear_test_partition_free (struct rram_wear_test_partition *part)
 Free memory allocated by nrf_rpc_rram_wear_test_get_partition.