Lines Matching defs:adc_regs
160 struct adc_regs { struct
161 volatile uint32_t CONTROL;
162 volatile uint32_t DELAY;
163 volatile uint32_t STATUS;
164 volatile uint32_t SINGLE;
165 volatile uint32_t REPEAT;
166 volatile uint32_t RD[MCHP_ADC_MAX_CHAN];
167 uint8_t RSVD1[0x7c - ((MCHP_ADC_MAX_CHAN * 4) + 0x14)];
168 volatile uint32_t CONFIG;
169 volatile uint32_t VREF_CHAN_SEL;
170 volatile uint32_t VREF_CTRL;
171 volatile uint32_t SARADC_CTRL;