nRF Connect SDK API 3.3.99
Loading...
Searching...
No Matches
rram_wear_test.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2026 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
7#ifndef NRF_RPC_RRAM_WEAR_TEST_H_
8#define NRF_RPC_RRAM_WEAR_TEST_H_
9
11#include <stdbool.h>
12#include <stdint.h>
13
14#ifdef __cplusplus
15extern "C" {
16#endif
17
40int nrf_rpc_rram_wear_test(size_t index, uint64_t addr_start, uint64_t addr_end, bool force);
41
50
62
68
74#ifdef __cplusplus
75}
76#endif
77
78#endif /* 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