Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/sensor/adxl372/
Dadxl372.h324 struct adxl372_dev_config { struct
326 struct i2c_dt_spec i2c;
329 struct spi_dt_spec spi;
331 int (*bus_init)(const struct device *dev);
333 struct gpio_dt_spec interrupt;
336 enum adxl372_bandwidth bw;
337 enum adxl372_hpf_corner hpf;
338 enum adxl372_odr odr;
340 bool max_peak_detect_mode;
343 bool autosleep;
[all …]