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