Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/
DLRFCC23X0.c998 uint32_t calM; in LRF_findCalM() local
1001 calM = frefInv * ((frequency + (1 << 14)) >> 15); in LRF_findCalM()
1004 calM += 1 << 15; in LRF_findCalM()
1005 calM >>= 16; in LRF_findCalM()
1007 return calM; in LRF_findCalM()