7#ifndef NRF_RPC_RRAM_WEAR_TEST_H_
8#define NRF_RPC_RRAM_WEAR_TEST_H_
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(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.
int nrf_rpc_rram_wear_test_get_partition_count(size_t *count)
Get the number of partitions from the remote server.
Flash partition (or custom range) parameters for wear test.
Definition rram_wear_test.h:37