![]() |
nRF Connect SDK Bare Metal API 2.0.99
|
| bool bm_storage_is_busy | ( | const struct bm_storage * | storage | ) |
#include <bm_storage.h>
Query the status of a storage instance.
| [in] | storage | Storage instance to query the status of. |
| true | The storage instance is busy. |
| false | The storage instance is not busy, or it is uninitialized or NULL. |