Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/
DLRFCC23X0.c1060 uint32_t deviationFactor1 = ((deviation >> 12) * invSynthFreq) + in LRF_programShape() local
1064 uint32_t deviationFactor2 = ((((deviationFactor1 >> 15) * scale) >> 1) + in LRF_programShape()
1065 (((deviationFactor1 & 0x7FFF) * scale) >> 16) + (1 << 4)) >> 5; in LRF_programShape()