Home
last modified time | relevance | path

Searched defs:nvs_fs (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.5.0/include/zephyr/fs/
Dnvs.h37 struct nvs_fs { struct
39 off_t offset;
45 uint32_t ate_wra;
47 uint32_t data_wra;
49 uint16_t sector_size;
51 uint16_t sector_count;
53 bool ready;
55 struct k_mutex nvs_lock;
57 const struct device *flash_device;
59 const struct flash_parameters *flash_parameters;
[all …]