Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches

Data Structures

struct  zms_fs
 Zephyr Memory Storage file system structure. More...

Enumerations

enum  zms_mount_flags { ZMS_MOUNT_FLAG_NO_FORMAT = BIT(0) }
 Mount options for zms_mount and zms_mount_force. More...

Detailed Description

Enumeration Type Documentation

◆ zms_mount_flags

#include <zephyr/kvss/zms.h>

Mount options for zms_mount and zms_mount_force.

Enumerator
ZMS_MOUNT_FLAG_NO_FORMAT 

Do not format erased media during mount.

When this flag is set and the backing flash area is erased (no valid ZMS header), mount fails instead of creating a new ZMS header.