Searched defs:pcidas64_board (Results 1 – 1 of 1) sorted by relevance
624 struct pcidas64_board { struct625 const char *name;626 int ai_se_chans; /* number of ai inputs in single-ended mode */627 int ai_bits; /* analog input resolution */628 int ai_speed; /* fastest conversion period in ns */629 const struct comedi_lrange *ai_range_table;630 const uint8_t *ai_range_code;631 int ao_nchan; /* number of analog out channels */632 int ao_bits; /* analog output resolution */633 int ao_scan_speed; /* analog output scan speed */[all …]