Home
last modified time | relevance | path

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

/littlefs-2.7.6/bd/
Dlfs_rambd.c11 LFS_RAMBD_TRACE("lfs_rambd_createcfg(%p {.context=%p, " in lfs_rambd_createcfg()
30 LFS_RAMBD_TRACE("lfs_rambd_createcfg -> %d", LFS_ERR_NOMEM); in lfs_rambd_createcfg()
41 LFS_RAMBD_TRACE("lfs_rambd_createcfg -> %d", 0); in lfs_rambd_createcfg()
46 LFS_RAMBD_TRACE("lfs_rambd_create(%p {.context=%p, " in lfs_rambd_create()
56 LFS_RAMBD_TRACE("lfs_rambd_create -> %d", err); in lfs_rambd_create()
61 LFS_RAMBD_TRACE("lfs_rambd_destroy(%p)", (void*)cfg); in lfs_rambd_destroy()
67 LFS_RAMBD_TRACE("lfs_rambd_destroy -> %d", 0); in lfs_rambd_destroy()
73 LFS_RAMBD_TRACE("lfs_rambd_read(%p, " in lfs_rambd_read()
86 LFS_RAMBD_TRACE("lfs_rambd_read -> %d", 0); in lfs_rambd_read()
92 LFS_RAMBD_TRACE("lfs_rambd_prog(%p, " in lfs_rambd_prog()
[all …]
Dlfs_rambd.h21 #define LFS_RAMBD_TRACE(...) LFS_TRACE(__VA_ARGS__) macro
23 #define LFS_RAMBD_TRACE(...)