TI BLE-Stack for Bluetooth 4.2 API Documentation  3.01.00.07
Modules | Files | Macros
Micro RF Settings

Modules

 Micro RF Constants
 
 Micro RF Structures
 

Files

file  urfc.h
 This file contains configurable variables for the Micro BLE Stack radio.
 

Macros

#define TX_POUT(IB, GC, TC)   (uint16)((((TC) & 0xFF) << 8) | (((GC) & 0x03) << 6) | ((IB) & 0x3F))
 TX power table calculation. More...
 

Detailed Description

Macro Definition Documentation

§ TX_POUT

#define TX_POUT (   IB,
  GC,
  TC 
)    (uint16)((((TC) & 0xFF) << 8) | (((GC) & 0x03) << 6) | ((IB) & 0x3F))

TX power table calculation.

15..8 | 7..6 | 5..0 tempCoeff | GC | IB

Copyright 2017, Texas Instruments Incorporated