Home
last modified time | relevance | path

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

/openthread-2.7.6/src/core/net/
Dtcp6.cpp196 uint8_t timerIndex = TimerFlagToIndex(aTimerFlag); in SetTimer() local
198 mTimers[timerIndex] = newFireTime.GetValue(); in SetTimer()
199 …dpoint %p set timer %u to %u ms", static_cast<void *>(this), static_cast<unsigned int>(timerIndex), in SetTimer()
236 for (uint8_t timerIndex = 0; timerIndex != kNumTimers; timerIndex++) in FirePendingTimers() local
238 if (IsTimerActive(timerIndex)) in FirePendingTimers()
240 TimeMilli expiry(mTimers[timerIndex]); in FirePendingTimers()