Searched refs:OS_GetVBlankCount (Results 1 – 20 of 20) sorted by relevance
| /TwlSDK-5.5/build/libraries/wm/ARM9/inc/ |
| D | wm_arm9_private.h | 64 …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.5/build/demos/mb/multiboot-wfs/parent/src/ |
| D | multiboot.c | 173 int select = (int)(((OS_GetVBlankCount() & 0xFF) * num) / 0x100); in GetChannelProc() 236 ((OS_GetVBlankCount() / 10) & 1) ? '_' : ' '); in GetChannelMain()
|
| /TwlSDK-5.5/build/libraries/spi/ARM9/src/ |
| D | pm.c | 196 vu32 vcount = OS_GetVBlankCount(); in PMi_WaitVBlank() 197 while (vcount == OS_GetVBlankCount()) in PMi_WaitVBlank() 243 PMi_LCDCount = PMi_DispOffCount = OS_GetVBlankCount(); in PM_Init() 1635 if (!skip && OS_GetVBlankCount() - PMi_LCDCount <= PMi_WAIT_FRAME_AFTER_LCDOFF) in PMi_SetLCDPower() 1676 if ( OS_GetVBlankCount() - PMi_DispOffCount <= PMi_WAIT_FRAME_AFTER_GXDISP ) in PMi_SetLCDPower() 1686 PMi_LCDCount = OS_GetVBlankCount(); in PMi_SetLCDPower() 2546 u32 count = OS_GetVBlankCount(); in PMi_CallPostExitCallbackAndReset() 2547 while( count == OS_GetVBlankCount() ) in PMi_CallPostExitCallbackAndReset() 2699 PMi_DispOffCount = OS_GetVBlankCount(); in PMi_SetDispOffCount()
|
| /TwlSDK-5.5/build/demos/math/rand_lc/src/ |
| D | main.c | 88 MATH_InitRand16(&rnd, OS_GetVBlankCount()); in NitroMain()
|
| /TwlSDK-5.5/build/demos/os/reset-1/src/ |
| D | main.c | 77 PrintString(18, 20, 4, "%08X", OS_GetVBlankCount()); in NitroMain()
|
| /TwlSDK-5.5/build/demos.TWL/spi/pm-2/src/ |
| D | main.c | 84 myVCount = OS_GetVBlankCount(); in NitroMain()
|
| /TwlSDK-5.5/build/demos/os/entropy-1/src/ |
| D | main.c | 192 if ((OS_GetVBlankCount() % 16) == 0) in NitroMain()
|
| /TwlSDK-5.5/build/demos/ctrdg/pullout-1/src/ |
| D | main.c | 105 PrintString(18, 20, 4, "%08X", OS_GetVBlankCount()); in NitroMain()
|
| /TwlSDK-5.5/build/libraries/wm/ARM9/src/ |
| D | wm_sync.c | 471 ret += OS_GetVBlankCount(); in WM_GetDispersionBeaconPeriod() 496 ret += OS_GetVBlankCount(); in WM_GetDispersionScanPeriod()
|
| /TwlSDK-5.5/include/nitro/os/common/ |
| D | interrupt.h | 433 static inline vu32 OS_GetVBlankCount(void) in OS_GetVBlankCount() function
|
| /TwlSDK-5.5/build/demos/mb/mbm/src/ |
| D | mb_measure_channel.c | 217 …RAND_INIT(OS_GetVBlankCount() + *(u16 *)&macAddr[0] + *(u16 *)&macAddr[2] + *(u16 *)&macAddr[4]); … in start_measure_channel()
|
| /TwlSDK-5.5/build/libraries/wm/ARM9.TWL/nwm/src/ |
| D | nwm_system.c | 360 ret += OS_GetVBlankCount(); in NWM_GetDispersionScanPeriod()
|
| /TwlSDK-5.5/include/twl/os/common/ |
| D | interrupt.h | 533 static inline vu32 OS_GetVBlankCount(void) in OS_GetVBlankCount() function
|
| /TwlSDK-5.5/build/demos/wm/listenOnly/src/ |
| D | main.c | 234 u32 currentVCount = OS_GetVBlankCount(); in TwlMain() 615 u32 timeStamp = OS_GetVBlankCount(); in StartScanExCb()
|
| /TwlSDK-5.5/build/demos/mb/multiboot-wfs/child/src/ |
| D | child.c | 241 PrintString(1, 22, COLOR_WHITE, "frame:%d", OS_GetVBlankCount()); in ModeChild()
|
| /TwlSDK-5.5/build/demos/spi/pm-1/src/ |
| D | main.c | 131 myVCount = OS_GetVBlankCount(); in NitroMain()
|
| /TwlSDK-5.5/build/demos/gx/UnitTours/Sub_Double3D/src/ |
| D | main.c | 485 …MATH_InitRand32(&rnd, OS_GetVBlankCount()); // Generates a random number that applies load to CPU … in TwlMain()
|
| /TwlSDK-5.5/build/libraries/mb/common/src/ |
| D | mb_wm_base.c | 1010 ret += OS_GetVBlankCount(); in MBi_GetBeaconPeriodDispersion()
|
| /TwlSDK-5.5/build/demos.TWL/mp_shared/wh/ |
| D | wh.c | 2531 …RAND_INIT(OS_GetVBlankCount() + *(u16 *)&macAddr[0] + *(u16 *)&macAddr[2] + *(u16 *)&macAddr[4]); … in WH_StartMeasureChannel()
|
| /TwlSDK-5.5/build/demos/wireless_shared/wh/ |
| D | wh.c | 2665 …RAND_INIT(OS_GetVBlankCount() + *(u16 *)&macAddr[0] + *(u16 *)&macAddr[2] + *(u16 *)&macAddr[4]); … in WH_StartMeasureChannel()
|