![]() |
nRF Connect SDK Bare Metal API 2.0.99
|
| int bm_zms_clear | ( | struct bm_zms_fs * | fs | ) |
#include <bm_zms.h>
Clear the BM_ZMS file system from device. The BM_ZMS file system must be re-mounted after this operation.
| fs | Pointer to the file system. |
| 0 | if the clear operation is queued successfully. |
| -EFAULT | if fs is NULL. |
| -EACCES | if fs is not mounted. |
| -EIO | if there is an internal error. |