![]() |
nRF Connect SDK Bare Metal API 2.0.99
|
| int bm_zms_delete | ( | struct bm_zms_fs * | fs, |
| uint32_t | id ) |
#include <bm_zms.h>
Delete an entry from the file system.
| fs | Pointer to the file system. |
| id | ID of the entry to be deleted. |
| 0 | if the delete operation is queued. |
| -EFAULT | if fs is NULL. |
| -EACCES | if BM_ZMS is still not initialized. |
| -EIO | if there is an internal error. |