Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-ieee_802.15.4/ieee_802_15_4/phy/source/
DPhyTime.c21 static phyTimeEvent_t *pNextEvent; variable
43 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 …]