Home
last modified time | relevance | path

Searched defs:kTimerInterval (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/core/common/
Duptime.hpp133 static constexpr uint32_t kTimerInterval = (1 << 30); member in ot::Uptime
/openthread-latest/src/core/backbone_router/
Dbbr_manager.hpp176 static constexpr uint32_t kTimerInterval = 1000; member in ot::BackboneRouter::Manager
/openthread-latest/tests/unit/
Dtest_timer.cpp140 const uint32_t kTimerInterval = 10; in TestOneTimer() local
266 const uint32_t kTimerInterval = 10; in TestTwoTimers() local
440 const uint32_t kTimerInterval[kNumTimers] = { in TenTimers() local
/openthread-latest/src/core/utils/
Dchannel_monitor.hpp192 static constexpr uint32_t kTimerInterval = (kSampleInterval / kNumChannelMasks); member in ot::Utils::ChannelMonitor