nRF Connect SDK API 3.3.99
Loading...
Searching...
No Matches

◆ nrf_rpc_rram_wear_test_get_partition()

int nrf_rpc_rram_wear_test_get_partition ( size_t index,
struct rram_wear_test_partition * part )

#include <include/nrf_rpc/rpc_utils/rram_wear_test.h>

Get partition details from the remote server.

Parameters
indexPartition index.
[out]partPointer to store the partition details. The name string will be allocated internally and must be freed by the caller using nrf_rpc_rram_wear_test_partition_free.
Return values
0on success.
-EBADMSGif the RPC response could not be decoded.