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

◆ emds_store_size_get()

int emds_store_size_get ( size_t * store_size)

#include <include/emds/emds.h>

Calculate the size needed to store the registered data.

Calculates the size it takes to store all dynamic and static data registered in the entries.

Parameters
store_sizePointer to a variable where the size will be stored.
Returns
0 on success.
Return values
-ECANCELEDif the function was called before emds_init.