Home
last modified time | relevance | path

Searched refs:attr_count (Results 1 – 3 of 3) sorted by relevance

/littlefs-3.5.0-3.4.0/tests/
Dtest_attrs.toml173 struct lfs_file_config cfg1 = {.attrs=attrs1, .attr_count=3};
231 struct lfs_file_config cfg2 = {.attrs=attrs2, .attr_count=3};
248 struct lfs_file_config cfg3 = {.attrs=attrs3, .attr_count=3};
283 struct lfs_file_config cfg1 = {.attrs=attrs1, .attr_count=3};
/littlefs-3.5.0-3.4.0/
Dlfs.h317 lfs_size_t attr_count; member
Dlfs.c2932 for (unsigned i = 0; i < file->cfg->attr_count; i++) {
3238 file->cfg->attr_count), file->cfg->attrs}));
5506 (void*)cfg, cfg->buffer, (void*)cfg->attrs, cfg->attr_count);