Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dpower_calibration.hpp160 typedef Array<CalibratedPowerEntry, kMaxNumCalibratedPowers> CalibratedPowerTable; typedef in ot::Utils::PowerCalibration
165 CalibratedPowerTable mCalibratedPowerTables[kNumChannels];
Dpower_calibration.cpp109 for (CalibratedPowerTable &table : mCalibratedPowerTables) in ClearCalibratedPowers()