Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_sar.c1241 float32_t result_Volts = 0.0f; in Cy_SAR_CountsTo_Volts() local
1247result_Volts = (float32_t)Cy_SAR_RawCounts2Counts(base, chan, adcCounts) * CY_SAR_10V_COUNTS; in Cy_SAR_CountsTo_Volts()
1248 result_Volts /= (float32_t)Cy_SAR_countsPer10Volt[chan][CY_SAR_INSTANCE(base)]; in Cy_SAR_CountsTo_Volts()
1252 return result_Volts; in Cy_SAR_CountsTo_Volts()