Searched defs:bma180_part_info (Results 1 – 1 of 1) sorted by relevance
42 struct bma180_part_info { struct43 const struct iio_chan_spec *channels;44 unsigned num_channels;45 const int *scale_table;46 unsigned num_scales;47 const int *bw_table;48 unsigned num_bw;50 u8 int_reset_reg, int_reset_mask;51 u8 sleep_reg, sleep_mask;52 u8 bw_reg, bw_mask;[all …]