Interrupts.






Misc >
Help >
FAQ >


Links >



Interrupts.


Compounds

Interrupt vectors as a struct. More...


Typedefs

typedef void(* interrupt_t )(void)
typedef interrupt_vectors interrupt_vectors_t
typedef enum interrupt_vector_id interrupt_vector_id

Functions

interrupt_vectors_t _vectors __asm__ ("_vectors_addr")

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.

Copyright (C) 1999, 2000, 2001, 2002, 2003 Stéphane Carrez, France
Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.


AltStyle によって変換されたページ (->オリジナル) /