Home
last modified time | relevance | path

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

/openthread-3.7.0/src/core/utils/
Dpower_calibration.cpp135 Error PowerCalibration::GetPowerSettings(uint8_t aChannel, in GetPowerSettings() function in ot::Utils::PowerCalibration
226 return AsCoreType(aInstance).Get<Utils::PowerCalibration>().GetPowerSettings( in otPlatRadioGetRawPowerSetting()
242 return AsCoreType(aInstance).Get<Utils::PowerCalibration>().GetPowerSettings( in otPlatDiagRadioGetPowerSettings()
Dpower_calibration.hpp122 Error GetPowerSettings(uint8_t aChannel,
/openthread-3.7.0/src/core/diags/
Dfactory_diags.hpp201 Error GetPowerSettings(uint8_t aChannel, PowerSettings &aPowerSettings);
Dfactory_diags.cpp599 Error Diags::GetPowerSettings(uint8_t aChannel, PowerSettings &aPowerSettings) in GetPowerSettings() function in ot::FactoryDiags::Diags
631 …error = (channel == Radio::kChannelMax + 1) ? kErrorNotFound : GetPowerSettings(channel, powerSett… in ProcessPowerSettings()
659 SuccessOrExit(error = GetPowerSettings(channel, powerSettings)); in ProcessPowerSettings()