Searched refs:OS_GetConsoleType (Results 1 – 8 of 8) sorted by relevance
| /TwlSDK-5.1.0/build/libraries/os/common/src/ |
| D | os_emulator.c | 52 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()
|
| D | os_arena.c | 266 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()
|
| D | os_spinLock.c | 210 u32 type = OS_GetConsoleType(); in OS_InitLock()
|
| D | os_printf.c | 145 u32 consoleType = OS_GetConsoleType(); in OS_FPutStringInit()
|
| /TwlSDK-5.1.0/build/libraries/fs/common/src/ |
| D | fs_overlay.c | 172 #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/ |
| D | emulator.h | 100 u32 OS_GetConsoleType(void);
|
| /TwlSDK-5.1.0/build/demos/os/consoleType-1/src/ |
| D | main.c | 48 PrintString(22, 3, 15, "%08x", OS_GetConsoleType() ); in NitroMain()
|
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/DEMOLib/src/ |
| D | DEMOHostio.c | 772 if ((OS_GetConsoleType() & OS_CONSOLE_TWLDEBUGGER) == 0) in DEMOMountHostIO()
|