Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dosc.c410 int64_t d,c0,c1,c2,cn,tmpBuf[6]; in findHposcCoefficients() local
417 c0 = (((int64_t)inputBuf[0] << HPOSC_D_BITS) / col0[0]); in findHposcCoefficients()
434 c0 = cn / d; in findHposcCoefficients()
448 cn = (((pParam->pu0c[i]*c0) >> (pParam->pu0b[i] - HPOSC_COEFF_BITS)) + in findHposcCoefficients()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dosc.c410 int64_t d,c0,c1,c2,cn,tmpBuf[6]; in findHposcCoefficients() local
417 c0 = (((int64_t)inputBuf[0] << HPOSC_D_BITS) / col0[0]); in findHposcCoefficients()
434 c0 = cn / d; in findHposcCoefficients()
448 cn = (((pParam->pu0c[i]*c0) >> (pParam->pu0b[i] - HPOSC_COEFF_BITS)) + in findHposcCoefficients()