Searched refs:GetPowerSettings (Results 1 – 4 of 4) sorted by relevance
135 Error PowerCalibration::GetPowerSettings(uint8_t aChannel, in GetPowerSettings() function in ot::Utils::PowerCalibration226 return AsCoreType(aInstance).Get<Utils::PowerCalibration>().GetPowerSettings( in otPlatRadioGetRawPowerSetting()242 return AsCoreType(aInstance).Get<Utils::PowerCalibration>().GetPowerSettings( in otPlatDiagRadioGetPowerSettings()
122 Error GetPowerSettings(uint8_t aChannel,
201 Error GetPowerSettings(uint8_t aChannel, PowerSettings &aPowerSettings);
599 Error Diags::GetPowerSettings(uint8_t aChannel, PowerSettings &aPowerSettings) in GetPowerSettings() function in ot::FactoryDiags::Diags631 …error = (channel == Radio::kChannelMax + 1) ? kErrorNotFound : GetPowerSettings(channel, powerSett… in ProcessPowerSettings()659 SuccessOrExit(error = GetPowerSettings(channel, powerSettings)); in ProcessPowerSettings()