Searched refs:LFS_RAMBD_TRACE (Results 1 – 2 of 2) sorted by relevance
/littlefs-2.7.6/bd/ |
D | lfs_rambd.c | 11 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 …]
|
D | lfs_rambd.h | 21 #define LFS_RAMBD_TRACE(...) LFS_TRACE(__VA_ARGS__) macro 23 #define LFS_RAMBD_TRACE(...)
|