Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dpower_calibration.hpp126 …static constexpr uint16_t kMaxRawPowerSettingSize = OPENTHREAD_CONFIG_POWER_CALIBRATION_RAW_POWER_… member in ot::Utils::PowerCalibration::CalibratedPowerEntry
141 uint8_t mSettings[kMaxRawPowerSettingSize];
Dpower_calibration.cpp55 OT_ASSERT(aRawPowerSettingLength <= kMaxRawPowerSettingSize); in Init()
88 …sChannelValid(aChannel) && aRawPowerSettingLength <= CalibratedPowerEntry::kMaxRawPowerSettingSize, in AddCalibratedPower()
/openthread-latest/src/posix/platform/
Dpower.hpp171 …static constexpr uint16_t kMaxRawPowerSettingSize = OPENTHREAD_CONFIG_POWER_CALIBRATION_RAW_POWER_… member in ot::Power::RawPowerSetting
173 uint8_t mData[kMaxRawPowerSettingSize];