Home
last modified time | relevance | path

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

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