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