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

◆ emds_store_time_get()

int emds_store_time_get ( uint32_t * store_time_us)

#include <include/emds/emds.h>

Estimate the time needed to store the registered data.

Estimate how much time it takes to store all dynamic and static data registered in the entries. This value is dependent on the chip used, and should be checked against the chip datasheet.

Parameters
store_time_usPointer to a variable where the estimated time (in microseconds) will be stored.
Returns
0 on success.
Return values
-ECANCELEDif the function was called before emds_init.