MPIIoTrigger
Definition
typedef struct MPIIoTrigger {
MPIIoType type;
MPIIoSource source;
unsigned long mask;
unsigned long pattern;
} MPIIoTrigger;
Description
| type | See MPIIoType. |
|---|---|
| source | See MPIIoSource. |
| mask | Value that specifies the mask to be applied to the I/O. |
| pattern | Value that specifies the pattern to be compared to the masked I/O. |
