Lines Matching defs:hts221_data
29 struct hts221_data { struct
30 int16_t rh_sample;
31 int16_t t_sample;
33 uint8_t h0_rh_x2;
34 uint8_t h1_rh_x2;
35 uint16_t t0_degc_x8;
36 uint16_t t1_degc_x8;
37 int16_t h0_t0_out;
38 int16_t h1_t0_out;
39 int16_t t0_out;
40 int16_t t1_out;
43 const struct device *dev;
44 struct gpio_callback drdy_cb;
46 const struct sensor_trigger *data_ready_trigger;
47 sensor_trigger_handler_t data_ready_handler;
51 struct k_thread thread;
52 struct k_sem drdy_sem;
54 struct k_work work;