Searched defs:adc_stm32_data (Results 1 – 1 of 1) sorted by relevance
160 struct adc_stm32_data { struct161 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];[all …]