Searched refs:result_uVolts (Results 1 – 1 of 1) sorted by relevance
1379 int64_t result_uVolts = 0; in Cy_SAR_CountsTo_uVolts() local1385 … result_uVolts = (int64_t)Cy_SAR_RawCounts2Counts(base, chan, adcCounts) * CY_SAR_10UV_COUNTS; in Cy_SAR_CountsTo_uVolts()1386 result_uVolts /= Cy_SAR_countsPer10Volt[chan][CY_SAR_INSTANCE(base)]; in Cy_SAR_CountsTo_uVolts()1390 return ((int32_t)result_uVolts); in Cy_SAR_CountsTo_uVolts()