Searched defs:uffs_AssertCall (Results 1 – 2 of 2) sorted by relevance
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/uffs/ |
H A D | uffs_debug.c | 123 void uffs_AssertCall(const char *file, int line, const char *msg, ...) in uffs_AssertCall() function 180 void uffs_AssertCall(const char *file, int line, const char *msg, ...) {}; in uffs_AssertCall() function
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/inc/uffs/ |
H A D | uffs_public.h | 204 #define uffs_AssertCall(file, line, msg, ...) \ macro 208 #define uffs_AssertCall(file, line, msg, ...) macro
|