Searched refs:vcount (Results 1 – 5 of 5) sorted by relevance
| /TwlSDK-5.1.0/include/nitro/spi/ARM9/ |
| D | tp.h | 126 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/ |
| D | main.c | 50 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/ |
| D | os_valarm.c | 47 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/ |
| D | pm.c | 1504 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()
|
| D | tp.c | 668 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()
|