CC13xx Driver Library
rfc_CMD_SET_TX_POWER_s Struct Reference

#include <rf_common_cmd.h>

Data Fields

uint16_t commandNo
 The command ID number 0x0010. More...
 
struct {
   uint16_t   IB:6
 Value to write to the PA power control field at 25 °C. More...
 
   uint16_t   GC:2
 Value to write to the gain control of the 1st stage of the PA. More...
 
   uint16_t   boost:1
 Value of boost bit in synth. More...
 
   uint16_t   tempCoeff:7
 Temperature coefficient for IB. 0: No temperature compensation. More...
 
txPower
 New Tx power setting. More...
 

Detailed Description

Definition at line 959 of file rf_common_cmd.h.

Field Documentation

uint16_t rfc_CMD_SET_TX_POWER_s::boost

Value of boost bit in synth.

Definition at line 964 of file rf_common_cmd.h.

uint16_t rfc_CMD_SET_TX_POWER_s::commandNo

The command ID number 0x0010.

Definition at line 960 of file rf_common_cmd.h.

uint16_t rfc_CMD_SET_TX_POWER_s::GC

Value to write to the gain control of the 1st stage of the PA.

Definition at line 963 of file rf_common_cmd.h.

uint16_t rfc_CMD_SET_TX_POWER_s::IB

Value to write to the PA power control field at 25 °C.

Definition at line 962 of file rf_common_cmd.h.

uint16_t rfc_CMD_SET_TX_POWER_s::tempCoeff

Temperature coefficient for IB. 0: No temperature compensation.

Definition at line 965 of file rf_common_cmd.h.

struct { ... } rfc_CMD_SET_TX_POWER_s::txPower

New Tx power setting.