Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dpower_calibration.cpp41 , mLastChannel(0) in PowerCalibration()
98 if (aChannel == mLastChannel) in AddCalibratedPower()
124 if (aChannel == mLastChannel) in SetChannelTargetPower()
149 VerifyOrExit((mLastChannel != aChannel) || IsPowerUpdated()); in GetPowerSettings()
173 mLastChannel = aChannel; in GetPowerSettings()
178 chIndex = mLastChannel - Radio::kChannelMin; in GetPowerSettings()
Dpower_calibration.hpp162 uint8_t mLastChannel; member in ot::Utils::PowerCalibration