Searched defs:adxl372_dev_config (Results 1 – 1 of 1) sorted by relevance
324 struct adxl372_dev_config { struct326 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 …]