Searched refs:RAIL_TxPower_t (Results 1 – 5 of 5) sorted by relevance
/hal_silabs-3.5.0/gecko/platform/radio/rail_lib/plugin/pa-conversions/ |
D | pa_conversions_efr32.c | 180 … RAIL_TxPower_t *minPower, RAIL_TxPower_t *maxPower, in RAIL_GetPowerSettingTable() 215 RAIL_TxPower_t power) in RAIL_ConvertDbmToRaw() 254 RAIL_TxPower_t minPower = modeInfo->minPowerDbm; in RAIL_ConvertDbmToRaw() 255 RAIL_TxPower_t maxPower = modeInfo->maxPowerDbm; in RAIL_ConvertDbmToRaw() 318 RAIL_TxPower_t txPowerMax = RAIL_TX_POWER_CURVE_DEFAULT_MAX; in RAIL_ConvertDbmToRaw() 319 RAIL_TxPower_t txPowerIncrement = RAIL_TX_POWER_CURVE_DEFAULT_INCREMENT; in RAIL_ConvertDbmToRaw() 329 txPowerMax = (RAIL_TxPower_t) paParams->powerParams[0].slope; in RAIL_ConvertDbmToRaw() 330 txPowerIncrement = (RAIL_TxPower_t) paParams->powerParams[0].intercept; in RAIL_ConvertDbmToRaw() 376 RAIL_TxPower_t RAIL_ConvertRawToDbm(RAIL_Handle_t railHandle, in RAIL_ConvertRawToDbm() 469 return (RAIL_TxPower_t)power; in RAIL_ConvertRawToDbm() [all …]
|
D | pa_conversions_efr32.h | 142 RAIL_TxPower_t *maxpower, 143 RAIL_TxPower_t *increment);
|
D | pa_curve_types_efr32.h | 213 RAIL_TxPower_t minPowerDbm; /** Min power in deci-dBm for this PA */ 214 RAIL_TxPower_t maxPowerDbm; /** Max power in deci-dBm for this PA */
|
/hal_silabs-3.5.0/gecko/platform/radio/rail_lib/common/ |
D | rail.h | 2537 RAIL_TxPower_t RAIL_ConvertRawToDbm(RAIL_Handle_t railHandle, 2575 RAIL_TxPower_t power); 2612 RAIL_TxPower_t power); 2637 RAIL_TxPower_t RAIL_GetTxPowerDbm(RAIL_Handle_t railHandle); 2655 … RAIL_TxPower_t *minPower, RAIL_TxPower_t *maxPower, 2672 RAIL_TxPower_t minPowerDbm, 2673 RAIL_TxPower_t maxPowerDbm, 2674 RAIL_TxPower_t currentPowerDbm); 2745 RAIL_TxPower_t *power,
|
D | rail_types.h | 1581 typedef int16_t RAIL_TxPower_t; typedef 1584 #define RAIL_TX_POWER_MAX ((RAIL_TxPower_t)0x7FFF) 1586 #define RAIL_TX_POWER_MIN ((RAIL_TxPower_t)0x8000) 1589 #define RAIL_TX_POWER_CURVE_DEFAULT_MAX ((RAIL_TxPower_t)200) 1591 #define RAIL_TX_POWER_CURVE_DEFAULT_INCREMENT ((RAIL_TxPower_t)40) 1735 RAIL_TxPower_t maxPower; /**< The maximum power allowed in this channel set. */ 4588 RAIL_TxPower_t cal1Ddbm; /**< Measured Output Power for CAL1 (nominally 270 ddBm) */ 4590 RAIL_TxPower_t cal2Ddbm; /**< Measured Output Power for CAL2 (nominally at 290 ddBm) */
|