![]() |
nRF Connect SDK Bare Metal API 2.0.99
|
| int bm_zms_mount | ( | struct bm_zms_fs * | fs, |
| const struct bm_zms_fs_config * | config ) |
#include <bm_zms.h>
Mount a BM_ZMS file system.
| fs | Pointer to the file system. |
| config | Pointer to the configuration for file system initialization. |
| 0 | If the initialization is queued successfully. |
| -EFAULT | if fs or config are NULL. |
| -ENOMEM | if the internal fifo is full. |
| -EBUSY | if an initialization is already executing. |
| -EINVAL | if any of the sector layout is invalid. |
| -EIO | if the backend storage initialization failed. |