Home
last modified time | relevance | path

Searched defs:adxl367_dev_config (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/sensor/adi/adxl367/
Dadxl367.h376 struct adxl367_dev_config { struct
378 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 …]