Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/libraries/os/common/src/
Dos_emulator.c258 OSi_Platform = OS_CONSOLE_TWLDEBUGGER | OS_CONSOLE_BOARD_A9_A7; in OSi_DetectPlatform()
268 OSi_Platform = OS_CONSOLE_TWLDEBUGGER | OS_CONSOLE_BOARD_A9; in OSi_DetectPlatform()
330 return (OS_GetConsoleType() & (OS_CONSOLE_TWLDEBUGGER | OS_CONSOLE_ISDEBUGGER))? TRUE: FALSE; in OS_IsRunOnDebugger()
Dos_spinLock.c211 if ( type & OS_CONSOLE_TWLDEBUGGER ) in OS_InitLock()
244 if ( type & OS_CONSOLE_TWLDEBUGGER ) in OS_InitLock()
287 if ( type & OS_CONSOLE_TWLDEBUGGER ) in OS_InitLock()
313 if ( type & OS_CONSOLE_TWLDEBUGGER ) in OS_InitLock()
595 if ( type & OS_CONSOLE_TWLDEBUGGER ) in OS_LockCartridge()
628 if ( type & OS_CONSOLE_TWLDEBUGGER ) in OS_UnlockCartridge()
674 if ( type & OS_CONSOLE_TWLDEBUGGER ) in OS_TryLockCartridge()
Dos_arena.c248 ( type == OS_CONSOLE_TWLDEBUGGER ) || in OSi_SetForMainPR()
Dos_printf.c155 else if ( consoleType & OS_CONSOLE_TWLDEBUGGER ) in OS_FPutStringInit()
173 if ( consoleType & OS_CONSOLE_TWLDEBUGGER ) in OS_FPutStringInit()
/TwlSDK-5.4/include/nitro/os/common/
Demulator.h31 #define OS_CONSOLE_TWLDEBUGGER 0x02000000 // classified by OS_CONSOLE_BOARD_xxx macro
/TwlSDK-5.4/build/libraries/fs/common/src/
Dfs_overlay.c170 …_INFO(nProc, nAddrRAM, nAddrROM, nSize) ((OS_GetConsoleType() & OS_CONSOLE_TWLDEBUGGER) ? _ISTDbg…
172 …AY_INFO(nProc, nAddrRAM, nSize) ((OS_GetConsoleType() & OS_CONSOLE_TWLDEBUGGER) ? _ISTDbg…
/TwlSDK-5.4/build/demos/gx/UnitTours/DEMOLib/src/
DDEMOHostio.c776 if ((OS_GetConsoleType() & OS_CONSOLE_TWLDEBUGGER) == 0) in DEMOMountHostIO()
/TwlSDK-5.4/build/libraries/spi/ARM9/src/
Dpm.c2228 if ( OSi_DetectDebugger() & OS_CONSOLE_TWLDEBUGGER ) in PMi_FinalizeDebugger()