Searched defs:ads1x1x_data (Results 1 – 1 of 1) sorted by relevance
133 struct ads1x1x_data { struct134 const struct device *dev;135 struct adc_context ctx;136 k_timeout_t ready_time;137 struct k_sem acq_sem;138 int16_t *buffer;139 int16_t *repeat_buffer;140 struct k_thread thread;141 bool differential;