Searched refs:peakRaw (Results 1 – 1 of 1) sorted by relevance
1761 uint32_t peakRaw = (ampAdcStat & CKMD_AMPADCSTAT_PEAKRAW_M) >> CKMD_AMPADCSTAT_PEAKRAW_S; in PowerCC23X0_getHfxtAmpMeasurement() local1769 uint32_t result = 2 * peakRaw > bias ? 2 * peakRaw - bias : 0; in PowerCC23X0_getHfxtAmpMeasurement()