Home
last modified time | relevance | path

Searched refs:OSFPutStringHookType (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.1.0/include/nitro/os/common/
Dprintf.h70 typedef void (*OSFPutStringHookType)(int type, int console, const char *str); typedef
210 void OS_SetFPutStringHook( OSFPutStringHookType func );
225 OSFPutStringHookType OS_GetFPutStringHook(void);
/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_printf.c121 static OSFPutStringHookType OSi_FPutStringHook = NULL;
1504 void OS_SetFPutStringHook( OSFPutStringHookType func ) in OS_SetFPutStringHook()
1518 OSFPutStringHookType OS_GetFPutStringHook(void) in OS_GetFPutStringHook()