Home
last modified time | relevance | path

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

/openthread-latest/src/core/common/
Dtime.hpp72 static const uint32_t kMaxDuration = ~static_cast<uint32_t>(0UL); member in ot::Time
Dtimer.hpp146 static const uint32_t kMaxDelay = (Time::kMaxDuration >> 1);
/openthread-latest/src/core/thread/
Dcsl_tx_scheduler.cpp102 uint32_t minDelayTime = Time::kMaxDuration; in RescheduleCslTx()
/openthread-latest/src/core/mac/
Dmac.cpp82 , mCslTxFireTime(TimeMilli::kMaxDuration) in Mac()