Home
last modified time | relevance | path

Searched refs:OS_GetRunningConsoleType (Results 1 – 3 of 3) sorted by relevance

/TwlSDK-5.5/build/libraries/os/common/src/
Dos_emulator.c71 return OS_GetRunningConsoleType(); in OS_GetConsoleType()
86 u32 OS_GetRunningConsoleType(void) in OS_GetRunningConsoleType() function
/TwlSDK-5.5/include/nitro/os/common/
Demulator.h112 u32 OS_GetRunningConsoleType(void);
/TwlSDK-5.5/build/demos/os/consoleType-1/src/
Dmain.c51 PrintString(22, 7, 15, "%08x", OS_GetRunningConsoleType() ); in NitroMain()