Searched refs:tpIndex (Results 1 – 2 of 2) sorted by relevance
77 index = (s32)(monkey.tpIndex); in MonkeyGetNewTpData()151 monkey.tpIndex = 0; in MonkeyThread()267 (void)TP_GetCalibratedResult(&(monkey.tpBuf[monkey.tpIndex])); in MonkeyTpCallback()269 monkey.tpIndex = (u16)((monkey.tpIndex + 1) % MONKEY_TP_ARRAY_MAX); in MonkeyTpCallback()
58 u16 tpIndex; member