Home
last modified time | relevance | path

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

/openthread-latest/src/core/meshcop/
Dtimestamp.cpp126 ticks += Random::NonCrypto::GetUint32InRange(1, kMaxTicks + 1); in AdvanceRandomTicks()
128 if (ticks > kMaxTicks) in AdvanceRandomTicks()
130 ticks -= (kMaxTicks + 1); in AdvanceRandomTicks()
Dtimestamp.hpp183 static constexpr uint16_t kMaxTicks = 0x7fff; member in ot::MeshCoP::Timestamp