Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/
DLRFCC23X0.c1064 uint32_t deviationFactor2 = ((((deviationFactor1 >> 15) * scale) >> 1) + in LRF_programShape() local
1067 int32_t shapeGain = 8 - countLeadingZeros(deviationFactor2 >> 11); in LRF_programShape()
1080 … ((deviationFactor2 * txShape->coeff[i]) + (1 << (18 + shapeGain))) >> (19 + shapeGain); in LRF_programShape()