Home
last modified time | relevance | path

Searched refs:OS_GetConsoleType (Results 1 – 8 of 8) sorted by relevance

/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_emulator.c52 u32 OS_GetConsoleType(void) in OS_GetConsoleType() function
315 return (OS_GetConsoleType() & OS_CONSOLE_ENSATA)? TRUE: FALSE; in OS_IsRunOnEmulator()
330 return (OS_GetConsoleType() & (OS_CONSOLE_TWLDEBUGGER | OS_CONSOLE_ISDEBUGGER))? TRUE: FALSE; in OS_IsRunOnDebugger()
Dos_arena.c266 u32 consoleType = OS_GetConsoleType(); in OSi_InitArenaEx_ltdmain()
297 u32 consoleType = OS_GetConsoleType(); in OS_InitArenaEx()
420 u32 size = OS_GetConsoleType() & OS_CONSOLE_SIZE_MASK; in OS_GetInitArenaHi()
552 u32 size = OS_GetConsoleType() & OS_CONSOLE_SIZE_MASK; in OS_GetInitArenaLo()
Dos_spinLock.c210 u32 type = OS_GetConsoleType(); in OS_InitLock()
Dos_printf.c145 u32 consoleType = OS_GetConsoleType(); in OS_FPutStringInit()
/TwlSDK-5.1.0/build/libraries/fs/common/src/
Dfs_overlay.c172 #define FS_REGISTER_OVERLAY_INFO(nProc, nAddrRAM, nAddrROM, nSize) ((OS_GetConsoleType() & OS_CONS…
174 #define FS_UNREGISTER_OVERLAY_INFO(nProc, nAddrRAM, nSize) ((OS_GetConsoleType() & OS_CONS…
180 #define FS_REGISTER_OVERLAY_INFO(nProc, nAddrRAM, nAddrROM, nSize) ((OS_GetConsoleType() & OS_CONS…
182 #define FS_UNREGISTER_OVERLAY_INFO(nProc, nAddrRAM, nSize) ((OS_GetConsoleType() & OS_CONS…
188 #define FS_REGISTER_OVERLAY_INFO(nProc, nAddrRAM, nAddrROM, nSize) ((OS_GetConsoleType() & OS_CONS…
189 (OS_GetConsoleType() & OS_CONSOLE_ISDEBUGGER) ? _ISDbgLib_RegistOverlayInfo(nProc, nAddrRAM, nAddrR…
190 #define FS_UNREGISTER_OVERLAY_INFO(nProc, nAddrRAM, nSize) ((OS_GetConsoleType() & OS_CONS…
191 (OS_GetConsoleType() & OS_CONSOLE_ISDEBUGGER) ? _ISDbgLib_UnregistOverlayInfo(nProc, nAddrRAM, nSiz…
/TwlSDK-5.1.0/include/nitro/os/common/
Demulator.h100 u32 OS_GetConsoleType(void);
/TwlSDK-5.1.0/build/demos/os/consoleType-1/src/
Dmain.c48 PrintString(22, 3, 15, "%08x", OS_GetConsoleType() ); in NitroMain()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/DEMOLib/src/
DDEMOHostio.c772 if ((OS_GetConsoleType() & OS_CONSOLE_TWLDEBUGGER) == 0) in DEMOMountHostIO()