Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/adc/
Dadc_common.c41 const struct gain_desc *gdp = &gains[gain]; in adc_gain_invert() local
43 if ((gdp->mul != 0) && (gdp->div != 0)) { in adc_gain_invert()
44 *value = (gdp->mul * *value) / gdp->div; in adc_gain_invert()