Lines Matching defs:fxos8700_config
163 struct fxos8700_config { struct
164 const union fxos8700_bus_cfg bus_cfg;
165 const struct fxos8700_io_ops *ops;
167 struct gpio_dt_spec int_gpio;
169 struct gpio_dt_spec reset_gpio;
170 enum fxos8700_mode mode;
171 enum fxos8700_power_mode power_mode;
172 uint8_t range;
173 uint8_t start_addr;
174 uint8_t start_channel;
175 uint8_t num_channels;
177 uint8_t pulse_cfg;
178 uint8_t pulse_ths[3];
179 uint8_t pulse_tmlt;
180 uint8_t pulse_ltcy;
181 uint8_t pulse_wind;
184 uint8_t mag_vecm_cfg;
185 uint8_t mag_vecm_ths[2];
187 uint8_t inst_on_bus;