Lines Matching defs:mlx90394_data
31 struct mlx90394_data { struct
32 struct __packed {
43 } sample;
44 enum sensor_channel channel;
45 enum mlx90394_reg_config_val config_val;
46 int32_t measurement_time_us;
47 struct __packed {
52 } ctrl_reg_values;
53 bool initialized;
55 struct {
59 } work_ctx;
60 struct k_work_delayable async_fetch_work;
61 const struct device *dev;