Home
last modified time | relevance | path

Searched defs:kNumChannels (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/utils/
Dchannel_monitor.hpp191 static constexpr uint8_t kNumChannels = (Radio::kChannelMax - Radio::kChannelMin + 1); member in ot::Utils::ChannelMonitor
Dpower_calibration.hpp161 static constexpr uint16_t kNumChannels = Radio::kChannelMax - Radio::kChannelMin + 1; member in ot::Utils::PowerCalibration
/openthread-latest/src/lib/spinel/
Dlogger.cpp681 constexpr uint8_t kNumChannels = 16; in LogSpinelFrame() local