Home
last modified time | relevance | path

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

/littlefs-latest/bd/
Dlfs_emubd.h54 typedef uint64_t lfs_emubd_io_t; typedef
152 lfs_emubd_io_t readed;
153 lfs_emubd_io_t proged;
154 lfs_emubd_io_t erased;
212 int lfs_emubd_setreaded(const struct lfs_config *cfg, lfs_emubd_io_t readed);
215 int lfs_emubd_setproged(const struct lfs_config *cfg, lfs_emubd_io_t proged);
218 int lfs_emubd_seterased(const struct lfs_config *cfg, lfs_emubd_io_t erased);
Dlfs_emubd.c621 int lfs_emubd_setreaded(const struct lfs_config *cfg, lfs_emubd_io_t readed) { in lfs_emubd_setreaded()
629 int lfs_emubd_setproged(const struct lfs_config *cfg, lfs_emubd_io_t proged) { in lfs_emubd_setproged()
637 int lfs_emubd_seterased(const struct lfs_config *cfg, lfs_emubd_io_t erased) { in lfs_emubd_seterased()
/littlefs-latest/runners/
Dbench_runner.c561 static lfs_emubd_io_t bench_last_readed = 0;
562 static lfs_emubd_io_t bench_last_proged = 0;
563 static lfs_emubd_io_t bench_last_erased = 0;
564 lfs_emubd_io_t bench_readed = 0;
565 lfs_emubd_io_t bench_proged = 0;
566 lfs_emubd_io_t bench_erased = 0;