Searched refs:pNextEvent (Results 1 – 1 of 1) sorted by relevance
21 static phyTimeEvent_t *pNextEvent; variable43 if (pNextEvent->callback == PhyTime_OverflowCB) in PhyTime_ISR()72 pNextEvent = &maPhyTimers[0]; in PhyTime_TimerInit()73 pNextEvent->callback = PhyTime_OverflowCB; in PhyTime_TimerInit()74 pNextEvent->timestamp = (uint64_t)(1 << gPhyTimeShift_c); in PhyTime_TimerInit()75 PhyTimeSetWaitTimeout(pNextEvent->timestamp); in PhyTime_TimerInit()98 if(pNextEvent != NULL) in PhyTime_GetTimestamp()100 if (pNextEvent->callback == PhyTime_OverflowCB) in PhyTime_GetTimestamp()148 …if ((NULL == pNextEvent) || ((NULL != pNextEvent) && (maPhyTimers[tmr].timestamp < pNextEvent->tim… in PhyTime_ScheduleEvent()164 if (pNextEvent == &maPhyTimers[timerId]) in PhyTime_CancelEvent()[all …]