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