Searched refs:mPhyActiveTimers (Results 1 – 1 of 1) sorted by relevance
23 static uint8_t mPhyActiveTimers; variable76 mPhyActiveTimers = 1; in PhyTime_TimerInit()130 if (mPhyActiveTimers == 1) in PhyTime_ScheduleEvent()135 mPhyActiveTimers++; in PhyTime_ScheduleEvent()170 mPhyActiveTimers--; in PhyTime_CancelEvent()172 if (mPhyActiveTimers == 1) in PhyTime_CancelEvent()194 mPhyActiveTimers--; in PhyTime_CancelEventsWithParam()203 if (mPhyActiveTimers == 1) in PhyTime_CancelEventsWithParam()226 mPhyActiveTimers--; in PhyTime_RunCallback()228 if (mPhyActiveTimers == 1) in PhyTime_RunCallback()[all …]