Home
last modified time | relevance | path

Searched refs:lfs_filebd_erase (Results 1 - 3 of 3) sorted by relevance

/third_party/littlefs/bd/
H A Dlfs_filebd.h72 int lfs_filebd_erase(const struct lfs_config *cfg, lfs_block_t block);
H A Dlfs_filebd.c134 int lfs_filebd_erase(const struct lfs_config *cfg, lfs_block_t block) { in lfs_filebd_erase() function
135 LFS_FILEBD_TRACE("lfs_filebd_erase(%p, 0x%"PRIx32" (%"PRIu32"))", in lfs_filebd_erase()
145 LFS_FILEBD_TRACE("lfs_filebd_erase -> %d", 0); in lfs_filebd_erase()
H A Dlfs_testbd.c131 return lfs_filebd_erase(cfg, block); in lfs_testbd_rawerase()

Completed in 2 milliseconds