Home
last modified time | relevance | path

Searched refs:vcount (Results 1 – 5 of 5) sorted by relevance

/TwlSDK-5.1.0/include/nitro/spi/ARM9/
Dtp.h126 void TP_RequestAutoSamplingStartAsync(u16 vcount, u16 frequence, TPData samplingBufs[],
187 static inline u32 TP_RequestAutoSamplingStart(u16 vcount, u16 frequence, TPData samplingBufs[], in TP_RequestAutoSamplingStart() argument
190 TP_RequestAutoSamplingStartAsync(vcount, frequence, samplingBufs, bufSize); in TP_RequestAutoSamplingStart()
/TwlSDK-5.1.0/build/demos/tips/SwapCrossOver/src/
Dmain.c50 s32 vcount; // VCount member
329 stat->vcount = GX_GetVCount(); in RecordCurrentStat()
346 OS_Printf("fr%x: VCOUNT=%d, FIFO_COUNT=%d\n", stat1->frame_cnt, stat1->vcount, stat1->fifo_cnt); in PrintStat()
351 OS_Printf("fr%x: VCOUNT=%d, FIFO_COUNT=%d\n", stat2->frame_cnt, stat2->vcount, stat2->fifo_cnt); in PrintStat()
/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_valarm.c47 static s32 OSi_GetVFrame(s32 vcount);
726 static s32 OSi_GetVFrame(s32 vcount) in OSi_GetVFrame() argument
731 if (vcount < OSi_PreviousVCount) in OSi_GetVFrame()
735 OSi_PreviousVCount = vcount; in OSi_GetVFrame()
/TwlSDK-5.1.0/build/libraries/spi/ARM9/src/
Dpm.c1504 vu32 vcount = OS_GetVBlankCount(); in PM_GoSleepMode() local
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()
Dtp.c668 void TP_RequestAutoSamplingStartAsync(u16 vcount, u16 frequence, TPData samplingBufs[], u16 bufSize) in TP_RequestAutoSamplingStartAsync() argument
674 SDK_ASSERT(vcount < HW_LCD_LINES); in TP_RequestAutoSamplingStartAsync()
692 if ((u8)TPi_AutoSamplingOn(vcount, (u8)frequence) == FALSE) in TP_RequestAutoSamplingStartAsync()