Home
last modified time | relevance | path

Searched refs:LFS_RAMBD_TRACE (Results 1 - 2 of 2) sorted by relevance

/third_party/littlefs/bd/
H A Dlfs_rambd.c12 LFS_RAMBD_TRACE("lfs_rambd_create(%p {.context=%p, " in lfs_rambd_create()
32 LFS_RAMBD_TRACE("lfs_rambd_create -> %d", LFS_ERR_NOMEM); in lfs_rambd_create()
40 LFS_RAMBD_TRACE("lfs_rambd_create -> %d", 0); in lfs_rambd_create()
45 LFS_RAMBD_TRACE("lfs_rambd_destroy(%p)", (void*)cfg); in lfs_rambd_destroy()
51 LFS_RAMBD_TRACE("lfs_rambd_destroy -> %d", 0); in lfs_rambd_destroy()
57 LFS_RAMBD_TRACE("lfs_rambd_read(%p, " in lfs_rambd_read()
71 LFS_RAMBD_TRACE("lfs_rambd_read -> %d", 0); in lfs_rambd_read()
77 LFS_RAMBD_TRACE("lfs_rambd_prog(%p, " in lfs_rambd_prog()
91 LFS_RAMBD_TRACE("lfs_rambd_prog -> %d", 0); in lfs_rambd_prog()
96 LFS_RAMBD_TRACE("lfs_rambd_eras in lfs_rambd_erase()
[all...]
H A Dlfs_rambd.h21 #ifndef LFS_RAMBD_TRACE
23 #define LFS_RAMBD_TRACE(...) LFS_TRACE(__VA_ARGS__) macro
25 #define LFS_RAMBD_TRACE(...) macro

Completed in 1 milliseconds