Searched refs:OSi_TFWarning (Results 1 – 2 of 2) sorted by relevance
| /TwlSDK-5.1.0/include/nitro/os/common/ |
| D | printf.h | 107 void OSi_TFWarning(int console, const char *file, int line, const char *fmt, ...); 119 #define OSi_TFWarning( console, file, line, ... ) ((void)0) macro 135 #define OS_TFWarning( console, ... ) OSi_TFWarning( (console), __FILE__, __LINE__, _… 159 #define OSi_TFWarning( console, file, line, ... ) ((void)0) macro
|
| /TwlSDK-5.1.0/build/libraries/os/common/src/ |
| D | os_printf.c | 526 SDK_WEAK_SYMBOL void OSi_TFWarning(int console, const char *file, int line, const char *fmt, ...) in OSi_TFWarning() function
|