Home
last modified time | relevance | path

Searched refs:OS_GetVBlankCount (Results 1 – 20 of 20) sorted by relevance

/TwlSDK-5.1.0/build/libraries/wm/ARM9/inc/
Dwm_arm9_private.h64 …t = GX_GetVCount(); (void)WMi_Printf( "%02x:%03d| " cat msg "\n", ((OS_GetVBlankCount()+(_SDK_WM_v…
67 …t = GX_GetVCount(); (void)WMi_Printf( "%02x:%03d| " cat msg "\n", ((OS_GetVBlankCount()+(_SDK_WM_v…
90 … = GX_GetVCount(); (void)WMi_Printf( "%02x:%03d-%03d| " msg "\n", ((OS_GetVBlankCount()+(_SDK_WM_v…
/TwlSDK-5.1.0/build/libraries/spi/ARM9/src/
Dpm.c262 PMi_LCDCount = PMi_DispOffCount = OS_GetVBlankCount(); in PM_Init()
1504 vu32 vcount = OS_GetVBlankCount(); in PM_GoSleepMode()
1505 while (vcount == OS_GetVBlankCount()) in PM_GoSleepMode()
1508 vcount = OS_GetVBlankCount(); in PM_GoSleepMode()
1513 while (vcount == OS_GetVBlankCount()) in PM_GoSleepMode()
1516 vcount = OS_GetVBlankCount(); in PM_GoSleepMode()
1517 while (vcount == OS_GetVBlankCount()) in PM_GoSleepMode()
1626 if (!skip && OS_GetVBlankCount() - PMi_LCDCount <= PMi_WAIT_FRAME_AFTER_LCDOFF) in PMi_SetLCDPower()
1667 if ( OS_GetVBlankCount() - PMi_DispOffCount <= PMi_WAIT_FRAME_AFTER_GXDISP ) in PMi_SetLCDPower()
1677 PMi_LCDCount = OS_GetVBlankCount(); in PMi_SetLCDPower()
[all …]
/TwlSDK-5.1.0/build/demos/mb/multiboot-wfs/parent/src/
Dmultiboot.c173 int select = (int)(((OS_GetVBlankCount() & 0xFF) * num) / 0x100); in GetChannelProc()
236 ((OS_GetVBlankCount() / 10) & 1) ? '_' : ' '); in GetChannelMain()
/TwlSDK-5.1.0/build/demos/math/rand_lc/src/
Dmain.c88 MATH_InitRand16(&rnd, OS_GetVBlankCount()); in NitroMain()
/TwlSDK-5.1.0/build/demos/os/reset-1/src/
Dmain.c77 PrintString(18, 20, 4, "%08X", OS_GetVBlankCount()); in NitroMain()
/TwlSDK-5.1.0/build/demos.TWL/spi/pm-2/src/
Dmain.c79 myVCount = OS_GetVBlankCount(); in NitroMain()
/TwlSDK-5.1.0/build/demos/ctrdg/pullout-1/src/
Dmain.c105 PrintString(18, 20, 4, "%08X", OS_GetVBlankCount()); in NitroMain()
/TwlSDK-5.1.0/build/demos/os/entropy-1/src/
Dmain.c192 if ((OS_GetVBlankCount() % 16) == 0) in NitroMain()
/TwlSDK-5.1.0/build/libraries/wm/ARM9/src/
Dwm_sync.c470 ret += OS_GetVBlankCount(); in WM_GetDispersionBeaconPeriod()
495 ret += OS_GetVBlankCount(); in WM_GetDispersionScanPeriod()
/TwlSDK-5.1.0/include/nitro/os/common/
Dinterrupt.h433 static inline vu32 OS_GetVBlankCount(void) in OS_GetVBlankCount() function
/TwlSDK-5.1.0/build/demos/mb/mbm/src/
Dmb_measure_channel.c217 …RAND_INIT(OS_GetVBlankCount() + *(u16 *)&macAddr[0] + *(u16 *)&macAddr[2] + *(u16 *)&macAddr[4]); … in start_measure_channel()
/TwlSDK-5.1.0/build/libraries/wm/ARM9.TWL/nwm/src/
Dnwm_system.c353 ret += OS_GetVBlankCount(); in NWM_GetDispersionScanPeriod()
/TwlSDK-5.1.0/include/twl/os/common/
Dinterrupt.h533 static inline vu32 OS_GetVBlankCount(void) in OS_GetVBlankCount() function
/TwlSDK-5.1.0/build/demos/wm/listenOnly/src/
Dmain.c234 u32 currentVCount = OS_GetVBlankCount(); in TwlMain()
615 u32 timeStamp = OS_GetVBlankCount(); in StartScanExCb()
/TwlSDK-5.1.0/build/demos/mb/multiboot-wfs/child/src/
Dchild.c241 PrintString(1, 22, COLOR_WHITE, "frame:%d", OS_GetVBlankCount()); in ModeChild()
/TwlSDK-5.1.0/build/demos/spi/pm-1/src/
Dmain.c138 myVCount = OS_GetVBlankCount(); in NitroMain()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/Sub_Double3D/src/
Dmain.c460 …MATH_InitRand32(&rnd, OS_GetVBlankCount()); // Generates a random number that applies load to CPU … in TwlMain()
/TwlSDK-5.1.0/build/libraries/mb/common/src/
Dmb_wm_base.c1010 ret += OS_GetVBlankCount(); in MBi_GetBeaconPeriodDispersion()
/TwlSDK-5.1.0/build/demos.TWL/mp_shared/wh/
Dwh.c2531 …RAND_INIT(OS_GetVBlankCount() + *(u16 *)&macAddr[0] + *(u16 *)&macAddr[2] + *(u16 *)&macAddr[4]); … in WH_StartMeasureChannel()
/TwlSDK-5.1.0/build/demos/wireless_shared/wh/
Dwh.c2657 …RAND_INIT(OS_GetVBlankCount() + *(u16 *)&macAddr[0] + *(u16 *)&macAddr[2] + *(u16 *)&macAddr[4]); … in WH_StartMeasureChannel()