Searched defs:adxl367_dev_config (Results 1 – 1 of 1) sorted by relevance
321 struct adxl367_dev_config { struct323 struct i2c_dt_spec i2c;326 struct spi_dt_spec spi;328 int (*bus_init)(const struct device *dev);331 struct gpio_dt_spec interrupt;334 enum adxl367_odr odr;337 bool autosleep;338 bool low_noise;339 bool temp_en;341 struct adxl367_activity_threshold activity_th;[all …]