Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-ieee_802.15.4/ieee_802_15_4/phy/source/
DPhyTime.c20 static phyTimeEvent_t maPhyTimers[gMaxPhyTimers_c];
126 for (tmr = 1; tmr < gMaxPhyTimers_c; tmr++) in PhyTime_ScheduleEvent()
142 if (tmr >= gMaxPhyTimers_c) in PhyTime_ScheduleEvent()
158 if ((timerId == 0) || (timerId >= gMaxPhyTimers_c) || (NULL == maPhyTimers[timerId].callback)) in PhyTime_CancelEvent()
188 for (i = 1; i < gMaxPhyTimers_c; i++) in PhyTime_CancelEventsWithParam()
297 for (i = 0; i < gMaxPhyTimers_c; i++) in PhyTime_GetNextEvent()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-ieee_802.15.4/ieee_802_15_4/phy/interface/
DPhyInterface.h62 #ifndef gMaxPhyTimers_c
63 #define gMaxPhyTimers_c (8) macro