Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_arena.c239 static inline void OSi_SetForMainPR( u32 consoleType ) in OSi_SetForMainPR() argument
245 u32 type = consoleType & OS_CONSOLE_MASK; in OSi_SetForMainPR()
266 u32 consoleType = OS_GetConsoleType(); in OSi_InitArenaEx_ltdmain() local
267 u32 memSize = consoleType & OS_CONSOLE_SIZE_MASK; in OSi_InitArenaEx_ltdmain()
297 u32 consoleType = OS_GetConsoleType(); in OS_InitArenaEx() local
298 u32 memSize = consoleType & OS_CONSOLE_SIZE_MASK; in OS_InitArenaEx()
307 OSi_SetForMainPR( consoleType ); in OS_InitArenaEx()
317 OSi_SetForMainPR( consoleType ); in OS_InitArenaEx()
Dos_printf.c145 u32 consoleType = OS_GetConsoleType(); in OS_FPutStringInit() local
151 if ( consoleType & OS_CONSOLE_ENSATA ) in OS_FPutStringInit()
155 else if ( consoleType & OS_CONSOLE_TWLDEBUGGER ) in OS_FPutStringInit()
159 else if ( consoleType & OS_CONSOLE_ISDEBUGGER ) in OS_FPutStringInit()
167 if ( consoleType & OS_CONSOLE_TWLDEBUGGER ) in OS_FPutStringInit()
/TwlSDK-5.1.0/build/demos/os/
DMakefile32 consoleType-1 \