Searched defs:adc_stm32_data (Results 1 – 1 of 1) sorted by relevance
225 struct adc_stm32_data { struct226 struct adc_context ctx;227 const struct device *dev;228 uint16_t *buffer;229 uint16_t *repeat_buffer;231 uint8_t resolution;232 uint8_t channel_count;236 int8_t acq_time_index;