Searched defs:pcidas64_board (Results 1 – 1 of 1) sorted by relevance
617 struct pcidas64_board { struct618 const char *name;619 int ai_se_chans; /* number of ai inputs in single-ended mode */620 int ai_bits; /* analog input resolution */621 int ai_speed; /* fastest conversion period in ns */622 const struct comedi_lrange *ai_range_table;623 const u8 *ai_range_code;624 int ao_nchan; /* number of analog out channels */625 int ao_bits; /* analog output resolution */626 int ao_scan_speed; /* analog output scan speed */[all …]