Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dpower_calibration.cpp133 Error PowerCalibration::GetPowerSettings(uint8_t aChannel, in GetPowerSettings() function in ot::Utils::PowerCalibration
230 return AsCoreType(aInstance).Get<Utils::PowerCalibration>().GetPowerSettings( in otPlatRadioGetRawPowerSetting()
246 return AsCoreType(aInstance).Get<Utils::PowerCalibration>().GetPowerSettings( in otPlatDiagRadioGetPowerSettings()
Dpower_calibration.hpp116 Error GetPowerSettings(uint8_t aChannel,
/openthread-latest/src/core/diags/
Dfactory_diags.hpp233 Error GetPowerSettings(uint8_t aChannel, PowerSettings &aPowerSettings);
Dfactory_diags.cpp958 Error Diags::GetPowerSettings(uint8_t aChannel, PowerSettings &aPowerSettings) in GetPowerSettings() function in ot::FactoryDiags::Diags
983 …error = (channel == Radio::kChannelMax + 1) ? kErrorNotFound : GetPowerSettings(channel, powerSett… in ProcessPowerSettings()
1007 SuccessOrExit(error = GetPowerSettings(channel, powerSettings)); in ProcessPowerSettings()