Searched refs:OSi_FPanic (Results 1 – 2 of 2) sorted by relevance
| /TwlSDK-5.1.0/include/nitro/os/common/ |
| D | printf.h | 108 void OSi_FPanic(int console, const char *file, int line, const char *fmt, ...); 118 #define OSi_FPanic( console, file, line, ... ) OS_Terminate() macro 134 #define OS_FPanic( console, ... ) OSi_FPanic( (console), __FILE__, __LINE__, _… 158 #define OSi_FPanic( console, file, line, ... ) OS_Terminate() macro
|
| /TwlSDK-5.1.0/build/libraries/os/common/src/ |
| D | os_printf.c | 551 SDK_WEAK_SYMBOL void OSi_FPanic(int console, const char *file, int line, const char *fmt, ...) in OSi_FPanic() function
|