Searched defs:vcnl36825t_data (Results 1 – 1 of 1) sorted by relevance
318 struct vcnl36825t_data { struct319 uint16_t proximity;321 unsigned int meas_timeout_us; /** wait time for finished measurement in "forced"-mode */324 unsigned int meas_timeout_running_us;325 unsigned int meas_timeout_wakeup_us;329 const struct device *dev;330 const struct gpio_dt_spec *int_gpio;332 const struct sensor_trigger *int_trigger;333 sensor_trigger_handler_t int_handler;335 struct gpio_callback int_gpio_handler;[all …]