Searched defs:sht3xd_data (Results 1 – 1 of 1) sorted by relevance
55 struct sht3xd_data { struct56 uint16_t t_sample;57 uint16_t rh_sample;60 const struct device *dev;61 struct gpio_callback alert_cb;63 uint16_t t_low;64 uint16_t t_high;65 uint16_t rh_low;66 uint16_t rh_high;68 sensor_trigger_handler_t handler;[all …]