Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dosc.c352 #define HPOSC_DC_BIAS (100000) // HPOSC internal parameter macro
416 inputBuf[0] = pInput[0] - HPOSC_DC_BIAS; in findHposcCoefficients()
426 inputBuf[i] = pInput[i] - HPOSC_DC_BIAS; in findHposcCoefficients()
458 …_hposcCoeffs[0] = (cn >> HPOSC_COEFF0_SHIFT) + ((int64_t)HPOSC_DC_BIAS << HPOSC_COEFF0_BITS); // p… in findHposcCoefficients()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dosc.c352 #define HPOSC_DC_BIAS (100000) // HPOSC internal parameter macro
416 inputBuf[0] = pInput[0] - HPOSC_DC_BIAS; in findHposcCoefficients()
426 inputBuf[i] = pInput[i] - HPOSC_DC_BIAS; in findHposcCoefficients()
458 …_hposcCoeffs[0] = (cn >> HPOSC_COEFF0_SHIFT) + ((int64_t)HPOSC_DC_BIAS << HPOSC_COEFF0_BITS); // p… in findHposcCoefficients()