Contiki-NG
Files
TX power functioanlity for CC13xx/CC26xx

Files

file  tx-power.h
 Header file of TX power functionality of CC13xx/CC26xx.
 

Extern declarations of TX Power Table variables.

tx_power_table_t *const rf_tx_power_table
 
const size_t rf_tx_power_table_size
 
tx_power_table_t *const ble_tx_power_table
 
const size_t ble_tx_power_table_size
 

TX power table convenience functions.

static int8_t tx_power_min (tx_power_table_t *table)
 
static int8_t tx_power_max (tx_power_table_t *table, size_t size)
 
static bool tx_power_in_range (int8_t dbm, tx_power_table_t *table, size_t size)
 

Detailed Description