Searched refs:GetPowerSettings (Results 1 – 4 of 4) sorted by relevance
133 Error PowerCalibration::GetPowerSettings(uint8_t aChannel, in GetPowerSettings() function in ot::Utils::PowerCalibration230 return AsCoreType(aInstance).Get<Utils::PowerCalibration>().GetPowerSettings( in otPlatRadioGetRawPowerSetting()246 return AsCoreType(aInstance).Get<Utils::PowerCalibration>().GetPowerSettings( in otPlatDiagRadioGetPowerSettings()
116 Error GetPowerSettings(uint8_t aChannel,
233 Error GetPowerSettings(uint8_t aChannel, PowerSettings &aPowerSettings);
958 Error Diags::GetPowerSettings(uint8_t aChannel, PowerSettings &aPowerSettings) in GetPowerSettings() function in ot::FactoryDiags::Diags983 …error = (channel == Radio::kChannelMax + 1) ? kErrorNotFound : GetPowerSettings(channel, powerSett… in ProcessPowerSettings()1007 SuccessOrExit(error = GetPowerSettings(channel, powerSettings)); in ProcessPowerSettings()