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