Home
last modified time | relevance | path

Searched defs:pcidas64_board (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/staging/comedi/drivers/
Dcb_pcidas64.c628 struct pcidas64_board { struct
629 const char *name;
630 int ai_se_chans; /* number of ai inputs in single-ended mode */
631 int ai_bits; /* analog input resolution */
632 int ai_speed; /* fastest conversion period in ns */
633 const struct comedi_lrange *ai_range_table;
634 const uint8_t *ai_range_code;
635 int ao_nchan; /* number of analog out channels */
636 int ao_bits; /* analog output resolution */
637 int ao_scan_speed; /* analog output scan speed */
[all …]