Searched refs:gMaxPhyTimers_c (Results 1 – 2 of 2) sorted by relevance
20 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()
62 #ifndef gMaxPhyTimers_c63 #define gMaxPhyTimers_c (8) macro