Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/comedi/drivers/
Dcb_pcidas64.c624 struct pcidas64_board { struct
625 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 …]