![]() |
nRF Connect SDK Bare Metal API 2.0.99
|
| ssize_t bm_zms_active_sector_free_space | ( | struct bm_zms_fs * | fs | ) |
#include <bm_zms.h>
Tells how much contiguous free space remains in the currently active BM_ZMS sector.
| fs | Pointer to the file system. |
| Number | of free bytes (>= 0) in the current active sector. |
| -EFAULT | if fs is NULL. |
| -EACCES | if BM_ZMS is still not initialized. |