Home
last modified time | relevance | path

Searched refs:PhyTime_OverflowCB (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.c27 static void PhyTime_OverflowCB(uint32_t param);
43 if (pNextEvent->callback == PhyTime_OverflowCB) in PhyTime_ISR()
73 pNextEvent->callback = PhyTime_OverflowCB; in PhyTime_TimerInit()
100 if (pNextEvent->callback == PhyTime_OverflowCB) in PhyTime_GetTimestamp()
279 static void PhyTime_OverflowCB(uint32_t param) in PhyTime_OverflowCB() function
286 maPhyTimers[0].callback = PhyTime_OverflowCB; in PhyTime_OverflowCB()