Searched refs:context (Results 1 – 6 of 6) sorted by relevance
/littlefs-3.5.0-3.4.0/bd/ |
D | lfs_testbd.c | 24 (void*)cfg, cfg->context, in lfs_testbd_createcfg() 31 lfs_testbd_t *bd = cfg->context; in lfs_testbd_createcfg() 77 (void*)cfg, cfg->context, in lfs_testbd_create() 90 lfs_testbd_t *bd = cfg->context; in lfs_testbd_destroy() 109 lfs_testbd_t *bd = cfg->context; in lfs_testbd_rawread() 119 lfs_testbd_t *bd = cfg->context; in lfs_testbd_rawprog() 129 lfs_testbd_t *bd = cfg->context; in lfs_testbd_rawerase() 138 lfs_testbd_t *bd = cfg->context; in lfs_testbd_rawsync() 152 lfs_testbd_t *bd = cfg->context; in lfs_testbd_read() 177 lfs_testbd_t *bd = cfg->context; in lfs_testbd_prog() [all …]
|
D | lfs_filebd.c | 26 (void*)cfg, cfg->context, in lfs_filebd_createcfg() 31 lfs_filebd_t *bd = cfg->context; in lfs_filebd_createcfg() 57 (void*)cfg, cfg->context, in lfs_filebd_create() 70 lfs_filebd_t *bd = cfg->context; in lfs_filebd_destroy() 86 lfs_filebd_t *bd = cfg->context; in lfs_filebd_read() 122 lfs_filebd_t *bd = cfg->context; in lfs_filebd_prog() 174 lfs_filebd_t *bd = cfg->context; in lfs_filebd_erase() 205 lfs_filebd_t *bd = cfg->context; in lfs_filebd_sync()
|
D | lfs_rambd.c | 17 (void*)cfg, cfg->context, in lfs_rambd_createcfg() 22 lfs_rambd_t *bd = cfg->context; in lfs_rambd_createcfg() 53 (void*)cfg, cfg->context, in lfs_rambd_create() 66 lfs_rambd_t *bd = cfg->context; in lfs_rambd_destroy() 79 lfs_rambd_t *bd = cfg->context; in lfs_rambd_read() 98 lfs_rambd_t *bd = cfg->context; in lfs_rambd_prog() 122 lfs_rambd_t *bd = cfg->context; in lfs_rambd_erase()
|
/littlefs-3.5.0-3.4.0/ |
D | lfs.h | 161 void *context; member
|
D | lfs.c | 5323 (void*)lfs, (void*)cfg, cfg->context, 5353 (void*)lfs, (void*)cfg, cfg->context, 5810 (void*)lfs, (void*)cfg, cfg->context,
|
D | DESIGN.md | 15 in the context of microcontrollers. The question was: How would you build a
|