Searched defs:ads1x1x_data (Results 1 – 1 of 1) sorted by relevance
147 struct ads1x1x_data { struct148 const struct device *dev;149 struct adc_context ctx;150 k_timeout_t ready_time;151 struct k_sem acq_sem;152 int16_t *buffer;153 int16_t *repeat_buffer;154 struct k_thread thread;155 k_tid_t tid;156 bool differential;[all …]