Home
last modified time | relevance | path

Searched refs:scratch (Results 1 – 2 of 2) sorted by relevance

/littlefs-latest/bd/
Dlfs_emubd.c143 bd->disk->scratch = NULL; in lfs_emubd_create()
161 bd->disk->scratch = malloc(bd->cfg->erase_size); in lfs_emubd_create()
162 if (!bd->disk->scratch) { in lfs_emubd_create()
166 memset(bd->disk->scratch, in lfs_emubd_create()
174 bd->disk->scratch, in lfs_emubd_create()
205 free(bd->disk->scratch); in lfs_emubd_destroy()
242 : bd->disk->scratch, in lfs_emubd_powerloss()
273 : bd->disk->scratch, in lfs_emubd_powerloss()
487 bd->disk->scratch, in lfs_emubd_erase()
Dlfs_emubd.h143 uint8_t *scratch; member