Searched defs:ad7280_state (Results 1 – 1 of 1) sorted by relevance
168 struct ad7280_state { struct169 struct spi_device *spi;170 struct iio_chan_spec *channels;171 unsigned int chain_last_alert_ignore;172 bool thermistor_term_en;173 int slave_num;174 int scan_cnt;175 int readback_delay_us;176 unsigned char crc_tab[CRC8_TABLE_SIZE];177 u8 oversampling_ratio;[all …]