Searched defs:bmi323_data (Results 1 – 1 of 1) sorted by relevance
153 struct bmi323_data { struct154 struct device *dev;155 struct regmap *regmap;156 struct iio_mount_matrix orientation;157 enum bmi323_irq_pin irq_pin;158 struct iio_trigger *trig;159 bool drdy_trigger_enabled;160 enum bmi323_state state;161 s64 fifo_tstamp, old_fifo_tstamp;162 u32 odrns[BMI323_SENSORS_CNT];[all …]