![]() |
RTXI 1.3
|
Go to the source code of this file.
Classes | |
| struct | labpc_board_struct |
| struct | labpc_private |
Defines | |
| #define | EEPROM_SIZE 256 |
| #define | NUM_AO_CHAN 2 |
Typedefs | |
| typedef struct labpc_board_struct | labpc_board |
Enumerations | |
| enum | labpc_bustype { isa_bustype, pci_bustype, pcmcia_bustype } |
| enum | labpc_register_layout { labpc_plus_layout, labpc_1200_layout } |
| enum | transfer_type { fifo_not_empty_transfer, fifo_half_full_transfer, isa_dma_transfer } |
Functions | |
| int | labpc_common_attach (comedi_device *dev, unsigned long iobase, unsigned int irq, unsigned int dma) |
| int | labpc_common_detach (comedi_device *dev) |
Variables | |
| const int | labpc_1200_is_unipolar [] |
| const int | labpc_1200_ai_gain_bits [] |
| const comedi_lrange | range_labpc_1200_ai |
| #define EEPROM_SIZE 256 |
Definition at line 27 of file ni_labpc.h.
| #define NUM_AO_CHAN 2 |
Definition at line 28 of file ni_labpc.h.
| typedef struct labpc_board_struct labpc_board |
| enum labpc_bustype |
Definition at line 30 of file ni_labpc.h.
Definition at line 31 of file ni_labpc.h.
| enum transfer_type |
Definition at line 32 of file ni_labpc.h.
| int labpc_common_attach | ( | comedi_device * | dev, |
| unsigned long | iobase, | ||
| unsigned int | irq, | ||
| unsigned int | dma | ||
| ) |
Definition at line 462 of file ni_labpc.c.
| int labpc_common_detach | ( | comedi_device * | dev | ) |
Definition at line 727 of file ni_labpc.c.
| const int labpc_1200_ai_gain_bits[] |
Definition at line 298 of file ni_labpc.c.
| const int labpc_1200_is_unipolar[] |
Definition at line 280 of file ni_labpc.c.
Definition at line 314 of file ni_labpc.c.