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

◆ emds_store_cb_t

emds_store_cb_t

#include <include/emds/emds.h>

Callback for application commands when storing has been executed.

This can be used to perform other actions or execute busy-waiting until the power supply is discharged. It will be run by emds_store, and called from the same context the emds_store is called from. Interrupts are unlocked before triggering this callback. Therefore, this callback may not be reached before available backup power runs out. If the application needs interrupts to be locked during this callback, application can do so by calling irq_lock before calling emds_store.