Lines Matching defs:adc_stm32_data
160 struct adc_stm32_data { struct
161 struct adc_context ctx;
162 const struct device *dev;
163 uint16_t *buffer;
164 uint16_t *repeat_buffer;
166 uint8_t resolution;
167 uint32_t channels;
168 uint8_t channel_count;
169 uint8_t samples_count;
170 int8_t acq_time_index[2];
173 volatile int dma_error;
174 struct stream dma;