Searched defs:adxl367_dev_config (Results 1 – 1 of 1) sorted by relevance
376 struct adxl367_dev_config { struct378 struct i2c_dt_spec i2c;381 struct spi_dt_spec spi;383 int (*bus_init)(const struct device *dev);386 struct gpio_dt_spec interrupt;389 enum adxl367_odr odr;392 bool autosleep;393 bool low_noise;394 bool temp_en;396 struct adxl367_activity_threshold activity_th;[all …]