Contiki-NG

Header file of TX power functionality of CC13xx/CC26xx. More...

#include "contiki.h"
#include <ti/drivers/rf/RF.h>
#include <stdint.h>
#include <stddef.h>
#include <stdbool.h>

Go to the source code of this file.

Functions

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)
 

Variables

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
 

Detailed Description

Header file of TX power functionality of CC13xx/CC26xx.

Author
Edvard Pettersen e.pet.nosp@m.ters.nosp@m.en@ti.nosp@m..com

Definition in file tx-power.h.