Lines Matching defs:lmp90xxx_data
116 struct lmp90xxx_data { struct
117 struct adc_context ctx;
118 const struct device *dev;
119 struct gpio_callback drdyb_cb;
120 struct k_mutex ura_lock;
121 uint8_t ura;
122 int32_t *buffer;
123 int32_t *repeat_buffer;
124 uint32_t channels;
125 bool calibrate;
126 uint8_t channel_odr[LMP90XXX_MAX_CHANNELS];
128 struct k_mutex gpio_lock;
129 uint8_t gpio_dircn;
130 uint8_t gpio_dat;
132 struct k_thread thread;
133 struct k_sem acq_sem;
134 struct k_sem drdyb_sem;