MPIIoTrigger

MPIIoTrigger  

 

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 IO.
  pattern Value that specifies the pattern to be compared to the masked IO.
     
See Also