Home
last modified time | relevance | path

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

/littlefs-3.7.0-3.6.0/tests/
Dtest_attrs.toml182 struct lfs_file_config cfg1 = {.attrs=attrs1, .attr_count=3};
240 struct lfs_file_config cfg2 = {.attrs=attrs2, .attr_count=3};
257 struct lfs_file_config cfg3 = {.attrs=attrs3, .attr_count=3};
295 struct lfs_file_config cfg1 = {.attrs=attrs1, .attr_count=3};
/littlefs-3.7.0-3.6.0/
Dlfs.h346 lfs_size_t attr_count; member
Dlfs.c3103 for (unsigned i = 0; i < file->cfg->attr_count; i++) {
3411 file->cfg->attr_count), file->cfg->attrs}));
5955 (void*)cfg, cfg->buffer, (void*)cfg->attrs, cfg->attr_count);