PA power conversion curve types used by Silicon Labs PA power conversion functions.

This file contains the curve types needed convert PA power levels to dBm powers.

License#

Copyright 2020 Silicon Laboratories Inc. www.silabs.com

SPDX-License-Identifier: Zlib

The licensor of this software is Silicon Laboratories Inc.

This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.

Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:

  1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.

  2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.

  3. This notice may not be removed or altered from any source distribution.

Modules#

RAIL_TxPowerCurveSegment_t

RAIL_TxPowerCurves_t

RAIL_TxPowerCurvesConfig_t

RAIL_TxPowerCurveAlt_t

RAIL_PowerConversion_t

RAIL_PaDescriptor_t

RAIL_TxPowerCurvesConfigAlt_t

Enumerations#

enum
RAIL_PA_ALGORITHM_PIECEWISE_LINEAR
RAIL_PA_ALGORITHM_MAPPING_TABLE
RAIL_PA_ALGORITHM_DBM_POWERSETTING_MAPPING_TABLE
}

PA conversion algorithms types for converting between dBm and power levels.

Enumeration Documentation#

RAIL_PaConversionAlgorithm_t#

RAIL_PaConversionAlgorithm_t

PA conversion algorithms types for converting between dBm and power levels.

Enumerator
RAIL_PA_ALGORITHM_PIECEWISE_LINEAR

Piecewise linear fit.

RAIL_PA_ALGORITHM_MAPPING_TABLE

Mapping table between quantities.

RAIL_PA_ALGORITHM_DBM_POWERSETTING_MAPPING_TABLE

Mapping table between pa power settings and dBm values.


Definition at line 148 of file plugin/pa-conversions/pa_curve_types_efr32.h