Home | History | Annotate | Download | only in m68hc11

Lines Matching defs:interrupt

24    in the interrupt table.  */
70 /* Structure to describe how to recognize an interrupt in the
83 /* Structure used to keep track of interrupt history.
90 /* CPU cycle when interrupt handler is called. */
93 /* CPU cycle when the interrupt is first raised by the device. */
101 struct interrupt
103 /* CPU cycle when the interrupt is raised by the device. */
106 /* Number of times the interrupt was raised. */
137 struct interrupt interrupts[M6811_INT_NUMBER];
156 /* Interrupt history to help understand which interrupts