OpenCBM
|
#include <cbmioctl.h>
Data Fields | |
CHAR | ErrAcquireIrq |
CHAR | ErrIrqRisingEdge |
CHAR | ErrIrqFallingEdge |
Output buffer for CBMCTRL_TEST_IRQ. Values of 1 indicate an error, values of -1 are warnings only.
Definition at line 193 of file cbmioctl.h.
CHAR CBMT_I_TESTIRQ::ErrAcquireIrq |
Was there an error in acquiring the interrupt from the driver?
Definition at line 198 of file cbmioctl.h.
Referenced by cbmiec_test_irq().
CHAR CBMT_I_TESTIRQ::ErrIrqFallingEdge |
Was there an error while trying to generate an interrupt on the falling edge?
Definition at line 206 of file cbmioctl.h.
Referenced by cbmiec_test_irq().
CHAR CBMT_I_TESTIRQ::ErrIrqRisingEdge |
Was there an error while trying to generate an interrupt on the rising edge?
Definition at line 202 of file cbmioctl.h.
Referenced by cbmiec_test_irq().