Searched refs:LFS_TESTBD_TRACE (Results 1 – 2 of 2) sorted by relevance
/littlefs-3.5.0-3.4.0/bd/ |
D | lfs_testbd.c | 16 LFS_TESTBD_TRACE("lfs_testbd_createcfg(%p {.context=%p, " in lfs_testbd_createcfg() 44 LFS_TESTBD_TRACE("lfs_testbd_createcfg -> %d", LFS_ERR_NOMEM); in lfs_testbd_createcfg() 58 LFS_TESTBD_TRACE("lfs_testbd_createcfg -> %d", err); in lfs_testbd_createcfg() 66 LFS_TESTBD_TRACE("lfs_testbd_createcfg -> %d", err); in lfs_testbd_createcfg() 72 LFS_TESTBD_TRACE("lfs_testbd_create(%p {.context=%p, " in lfs_testbd_create() 84 LFS_TESTBD_TRACE("lfs_testbd_create -> %d", err); in lfs_testbd_create() 89 LFS_TESTBD_TRACE("lfs_testbd_destroy(%p)", (void*)cfg); in lfs_testbd_destroy() 97 LFS_TESTBD_TRACE("lfs_testbd_destroy -> %d", err); in lfs_testbd_destroy() 101 LFS_TESTBD_TRACE("lfs_testbd_destroy -> %d", err); in lfs_testbd_destroy() 149 LFS_TESTBD_TRACE("lfs_testbd_read(%p, " in lfs_testbd_read() [all …]
|
D | lfs_testbd.h | 25 #define LFS_TESTBD_TRACE(...) LFS_TRACE(__VA_ARGS__) macro 27 #define LFS_TESTBD_TRACE(...)
|