Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/power/
DPowerCC23X0.c162 } PowerCC23X0_hfxtCompCoefficients; variable
1279 …int32_t hfxtPpmOffset = PowerCC23X0_hfxtCompCoefficients.P3 * temperature * temperature * temperat… in PowerCC23X0_temperatureToRatio()
1280 PowerCC23X0_hfxtCompCoefficients.P2 * temperature * temperature + in PowerCC23X0_temperatureToRatio()
1281PowerCC23X0_hfxtCompCoefficients.P1 * temperature + PowerCC23X0_hfxtCompCoefficients.P0; in PowerCC23X0_temperatureToRatio()
1292 …xtFreqOffset = (int32_t)((48LL * (int64_t)hfxtPpmOffset) >> PowerCC23X0_hfxtCompCoefficients.shift… in PowerCC23X0_temperatureToRatio()
1423 PowerCC23X0_hfxtCompCoefficients.P0 = P0; in PowerLPF3_initHFXTCompensation()
1424 PowerCC23X0_hfxtCompCoefficients.P1 = P1; in PowerLPF3_initHFXTCompensation()
1425 PowerCC23X0_hfxtCompCoefficients.P2 = P2; in PowerLPF3_initHFXTCompensation()
1426 PowerCC23X0_hfxtCompCoefficients.P3 = P3; in PowerLPF3_initHFXTCompensation()
1427 PowerCC23X0_hfxtCompCoefficients.shift = shift; in PowerLPF3_initHFXTCompensation()