Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/adi/adxl372/
Dadxl372.h344 struct adxl372_dev_config { struct
346 struct i2c_dt_spec i2c;
349 struct spi_dt_spec spi;
351 int (*bus_init)(const struct device *dev);
353 struct gpio_dt_spec interrupt;
356 enum adxl372_bandwidth bw;
357 enum adxl372_hpf_corner hpf;
358 enum adxl372_odr odr;
360 bool max_peak_detect_mode;
363 bool autosleep;
[all …]