![]() |
nRF Connect SDK API 3.3.99
|
| 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.
| store_time_us | Pointer to a variable where the estimated time (in microseconds) will be stored. |
| -ECANCELED | if the function was called before emds_init. |