Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dpower_calibration.cpp42 , mCalibratedPowerIndex(kInvalidIndex) in PowerCalibration()
100 mCalibratedPowerIndex = kInvalidIndex; in AddCalibratedPower()
114 mCalibratedPowerIndex = kInvalidIndex; in ClearCalibratedPowers()
126 mCalibratedPowerIndex = kInvalidIndex; in SetChannelTargetPower()
172 mCalibratedPowerIndex = (powerIndex != kInvalidIndex) ? powerIndex : minPowerIndex; in GetPowerSettings()
187 *aActualPower = mCalibratedPowerTables[chIndex][mCalibratedPowerIndex].GetActualPower(); in GetPowerSettings()
190 …error = mCalibratedPowerTables[chIndex][mCalibratedPowerIndex].GetRawPowerSetting(aRawPowerSetting, in GetPowerSettings()
Dpower_calibration.hpp145 bool IsPowerUpdated(void) const { return mCalibratedPowerIndex == kInvalidIndex; } in IsPowerUpdated()
164 uint8_t mCalibratedPowerIndex; member in ot::Utils::PowerCalibration