Home
last modified time | relevance | path

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

/TwlSDK-5.2.1/build/libraries/os/common/src/
Dos_ownerInfoEx.c429 OSTWLRegion OS_GetRegion(void) in OS_GetRegion()
431 OSTWLRegion result; in OS_GetRegion()
436 result = (OSTWLRegion)(p->region); in OS_GetRegion()
440 result = (OSTWLRegion)0; in OS_GetRegion()
503 static const char* OSi_GetRegionCodeA3_ltdmain(OSTWLRegion region);
504 static const char* OSi_GetRegionCodeA3_ltdmain(OSTWLRegion region) in OSi_GetRegionCodeA3_ltdmain()
526 const char* OS_GetRegionCodeA3(OSTWLRegion region) in OS_GetRegionCodeA3()
/TwlSDK-5.2.1/include/twl/os/common/
DownerInfoEx.h52 } OSTWLRegion; typedef
276 OSTWLRegion OS_GetRegion(void);
287 const char* OS_GetRegionCodeA3(OSTWLRegion region);
/TwlSDK-5.2.1/build/libraries/os/ARM9.TWL/src/
Dos_msJump.c47 OSTWLRegion region = OS_GetRegion(); in OSi_JumpToMachineSetting()