Searched refs:LFS_RAMBD_TRACE (Results 1 – 2 of 2) sorted by relevance
| /littlefs-latest/bd/ |
| D | lfs_rambd.c | 12 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_erase(%p, 0x%"PRIx32" (%"PRIu32"))", in lfs_rambd_erase() [all …]
|
| D | lfs_rambd.h | 21 #ifndef LFS_RAMBD_TRACE 23 #define LFS_RAMBD_TRACE(...) LFS_TRACE(__VA_ARGS__) macro 25 #define LFS_RAMBD_TRACE(...)
|