interrupt_vectors Struct Reference
[Interrupts.]

Interrupt vectors as a struct. More...

#include <interrupts.h>

List of all members.

Public Attributes

interrupt_t res0_handler
interrupt_t res1_handler
interrupt_t res2_handler
interrupt_t res3_handler
interrupt_t res4_handler
interrupt_t res5_handler
interrupt_t res6_handler
interrupt_t res7_handler
interrupt_t res8_handler
interrupt_t res9_handler
interrupt_t res10_handler
interrupt_t sci_handler
 SCI interrupt handler.

interrupt_t spi_handler
 SPI interrupt handler.

interrupt_t acc_input_handler
 Accumulator input handler.

interrupt_t acc_overflow_handler
 Accumulator overflow interrupt handler.

interrupt_t timer_overflow_handler
 Timer overflow interrupt handler.

interrupt_t output5_handler
 Output compare 5 interrupt handler.

interrupt_t output4_handler
 Output compare 4 interrupt handler.

interrupt_t output3_handler
 Output compare 3 interrupt handler.

interrupt_t output2_handler
 Output compare 2 interrupt handler.

interrupt_t output1_handler
 Output compare 1 interrupt handler.

interrupt_t capture3_handler
 Input capture 3 interrupt handler.

interrupt_t capture2_handler
 Input capture 2 interrupt handler.

interrupt_t capture1_handler
 Input capture 1 interrupt handler.

interrupt_t rtii_handler
 Realtime timer interrupt handler.

interrupt_t irq_handler
 External interrupt handler.

interrupt_t xirq_handler
 Non-maskable interrupt handler.

interrupt_t swi_handler
 Software interrupt handler.

interrupt_t illegal_handler
 Illegal instruction interrupt handler.

interrupt_t cop_fail_handler
 COP fail interrupt handler.

interrupt_t cop_clock_handler
 COP clock failure interrupt handler.

interrupt_t reset_handler
 Reset handler.

Detailed Description

Interrupt vectors as a struct.

Interrupt vectors as a struct.

Definition at line 40 of file asm-m68hc11/interrupts.h.The documentation for this struct was generated from the following files: