Searched defs:ti_adc_input (Results 1 – 1 of 1) sorted by relevance
65 struct ti_adc_input { struct66 int32_t enable; /* input enabled */67 int32_t samples; /* samples average */68 int32_t input; /* input number */69 int32_t value; /* raw converted value */70 uint32_t stepconfig; /* step config register */71 uint32_t stepdelay; /* step delay register */72 struct ti_adc_softc *sc; /* pointer to adc softc */