Lines Matching defs:tmag5170_data
33 struct tmag5170_data { struct
34 uint8_t chip_revision;
35 uint16_t x;
36 uint16_t y;
37 uint16_t z;
38 uint16_t temperature;
39 uint16_t angle;
41 struct gpio_callback gpio_cb;
42 sensor_trigger_handler_t handler_drdy;
43 const struct sensor_trigger *trigger_drdy;
44 const struct device *dev;
48 struct k_sem sem;
49 struct k_thread thread;
54 struct k_work work;