Searched defs:sca3000_chip_info (Results 1 – 1 of 1) sorted by relevance
200 struct sca3000_chip_info { struct201 unsigned int scale;202 bool temp_output;203 int measurement_mode_freq;204 int measurement_mode_3db_freq;205 int option_mode_1;206 int option_mode_1_freq;230 static const struct sca3000_chip_info sca3000_spi_chip_info_tbl[] = { argument