Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dpower_calibration.cpp146 uint8_t minPowerIndex = kInvalidIndex; in GetPowerSettings() local
168 minPowerIndex = i; in GetPowerSettings()
172 mCalibratedPowerIndex = (powerIndex != kInvalidIndex) ? powerIndex : minPowerIndex; in GetPowerSettings()