Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/power/
DPowerCC23X0.c1761 uint32_t peakRaw = (ampAdcStat & CKMD_AMPADCSTAT_PEAKRAW_M) >> CKMD_AMPADCSTAT_PEAKRAW_S; in PowerCC23X0_getHfxtAmpMeasurement() local
1769 uint32_t result = 2 * peakRaw > bias ? 2 * peakRaw - bias : 0; in PowerCC23X0_getHfxtAmpMeasurement()