Main Page   Modules   Class Hierarchy   Compound List   File List   Compound Members   Related Pages  

Interrupts.


Compounds

struct  interrupt_vectors
 Interrupt vectors as a struct. More...


Typedefs

typedef void(* interrupt_t )(void)

Variables

interrupt_t _vectors_addr [MAX_VECTORS]

Typedef Documentation

typedef void(* interrupt_t)(void)
 

Interrupt handler prototype.

Definition at line 37 of file asm-m68hc11/interrupts.h.


Variable Documentation

interrupt_t _vectors_addr[MAX_VECTORS]
 

Interrupt vector table.

The interrupt vector table is in general located at `0xffc0' in memory. It is at the same address as the interrupt vectors structure (alias).

Definition at line 163 of file asm-m68hc11/interrupts.h.