Data Fields
RF_TxPowerTable_Entry Struct Reference

TX power configuration entry in a TX power table. More...

#include <RF.h>

Collaboration diagram for RF_TxPowerTable_Entry:
Collaboration graph
[legend]

Data Fields

int8_t power
 
RF_TxPowerTable_Value value
 PA hardware configuration for that power level. More...
 

Detailed Description

TX power configuration entry in a TX power table.

A RF_TxPowerTable_Entry defines an entry in a lookup table. Each entry contains a human-readable power level power as key and a hardware configuration value.

Example of a typical power table:

RF_TxPowerTable_Entry txPowerTable[] = {
{ .power = 20, .value = { .rawValue = 0x1234, .paType = RF_TxPowerTable_HighPA }},
{ .power = 19, .value = { .rawValue = 0x1233, .paType = RF_TxPowerTable_HighPA }},
// ...
RF_TxPowerTable_TERMINATION_ENTRY
};
See also
RF_TxPowerTable_findPowerLevel(), RF_TxPowerTable_findPowerLevel()

Field Documentation

§ power

int8_t RF_TxPowerTable_Entry::power

Human readable power value representing the output in dBm.

§ value

RF_TxPowerTable_Value RF_TxPowerTable_Entry::value

PA hardware configuration for that power level.


The documentation for this struct was generated from the following file:
© Copyright 1995-2021, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale