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.h345 struct adxl372_dev_config { struct
347 struct i2c_dt_spec i2c;
350 struct spi_dt_spec spi;
352 int (*bus_init)(const struct device *dev);
354 struct gpio_dt_spec interrupt;
357 enum adxl372_bandwidth bw;
358 enum adxl372_hpf_corner hpf;
359 enum adxl372_odr odr;
361 bool max_peak_detect_mode;
364 bool autosleep;
[all …]