Home
last modified time | relevance | path

Searched refs:lfs_filebd_config (Results 1 – 4 of 4) sorted by relevance

/littlefs-3.5.0-3.4.0/bd/
Dlfs_filebd.h28 struct lfs_filebd_config { struct
38 const struct lfs_filebd_config *cfg; argument
45 const struct lfs_filebd_config *bdcfg);
Dlfs_filebd.c19 const struct lfs_filebd_config *bdcfg) { in lfs_filebd_createcfg()
62 static const struct lfs_filebd_config defaults = {.erase_value=-1}; in lfs_filebd_create()
Dlfs_testbd.h78 struct lfs_filebd_config cfg;
Dlfs_testbd.c54 bd->u.file.cfg = (struct lfs_filebd_config){ in lfs_testbd_createcfg()