Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dpower_calibration.hpp153 static constexpr uint16_t kMaxNumCalibratedPowers = member in ot::Utils::PowerCalibration
157 static_assert(kMaxNumCalibratedPowers < NumericLimits<uint8_t>::kMax,
160 typedef Array<CalibratedPowerEntry, kMaxNumCalibratedPowers> CalibratedPowerTable;