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