Searched refs:txShape (Results 1 – 4 of 4) sorted by relevance
99 .txShape = (LRF_TxShape*) 0,
269 .txShape = &LRF_shapeBaseGfsk067,280 .txShape = &LRF_shapeBaseGfsk05,
60 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() argument1053 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()
501 const LRF_TxShape *txShape; /*!< Transmitter shape definition */ member