Searched defs:iis2dlpc_data (Results 1 – 1 of 1) sorted by relevance
86 struct iis2dlpc_data { struct87 const struct device *dev;88 int16_t acc[3];91 uint16_t gain;94 const struct device *gpio;95 uint8_t gpio_pin;96 struct gpio_callback gpio_cb;100 sensor_trigger_handler_t tap_handler;111 struct k_thread thread;112 struct k_sem gpio_sem;[all …]
Completed in 6 milliseconds