Home
last modified time | relevance | path

Searched refs:txShape (Results 1 – 4 of 4) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/boards/cc23x0r5/
Drcl_settings_adc_noise.c99 .txShape = (LRF_TxShape*) 0,
Drcl_settings_ble.c269 .txShape = &LRF_shapeBaseGfsk067,
280 .txShape = &LRF_shapeBaseGfsk05,
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/
DLRFCC23X0.c60 static void LRF_programShape(const LRF_TxShape *txShape, uint32_t deviation, uint32_t invSynthFreq);
1050 static void LRF_programShape(const LRF_TxShape *txShape, uint32_t deviation, uint32_t invSynthFreq) in LRF_programShape() argument
1053 if (txShape != NULL) in LRF_programShape()
1063 uint32_t scale = txShape->scale; in LRF_programShape()
1072 uint32_t startCoeff = NUM_TX_FILTER_TAPS - txShape->numCoeff; in LRF_programShape()
1080 … ((deviationFactor2 * txShape->coeff[i]) + (1 << (18 + shapeGain))) >> (19 + shapeGain); in LRF_programShape()
1355 LRF_programShape(swConfig->txShape, swConfig->modFrequencyDeviation, in LRF_programFrequency()
DLRFCC23X0.h501 const LRF_TxShape *txShape; /*!< Transmitter shape definition */ member