// SPDX-License-Identifier: GPL-2.0+ /* * Comedi driver for NI PCMCIA MIO E series cards * * COMEDI - Linux Control and Measurement Device Interface * Copyright (C) 1997-2000 David A. Schleef <ds@schleef.org>
*/
/* * Driver: ni_mio_cs * Description: National Instruments DAQCard E series * Author: ds * Status: works * Devices: [National Instruments] DAQCard-AI-16XE-50 (ni_mio_cs), * DAQCard-AI-16E-4, DAQCard-6062E, DAQCard-6024E, DAQCard-6036E * Updated: Thu Oct 23 19:43:17 CDT 2003 * * See the notes in the ni_atmio.o driver.
*/
/* * The real guts of the driver is in ni_mio_common.c, which is * included by all the E series drivers. * * References for specifications: * 341080a.pdf DAQCard E Series Register Level Programmer Manual
*/
for (base = 0x000; base < 0x400; base += 0x20) {
p_dev->resource[0]->start = base;
ret = pcmcia_request_io(p_dev); if (!ret) return 0;
} return -ENODEV;
}
MODULE_DESCRIPTION("Comedi driver for National Instruments DAQCard E series");
MODULE_AUTHOR("David A. Schleef <ds@schleef.org>");
MODULE_LICENSE("GPL");
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.10 Sekunden
(vorverarbeitet am 2026-04-28)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.