Searched defs:bma180_part_info (Results 1 – 1 of 1) sorted by relevance
43 struct bma180_part_info { struct44 u8 chip_id;45 const struct iio_chan_spec *channels;46 unsigned int num_channels;47 const int *scale_table;48 unsigned int num_scales;49 const int *bw_table;50 unsigned int num_bw;51 int temp_offset;53 u8 int_reset_reg, int_reset_mask;[all …]