Main Page   Compound List   File List   Compound Members   File Members  

interrupt.h File Reference

#include <io.h>

Go to the source code of this file.

Defines

#define sei()   __asm__ __volatile__ ("sei" ::)
#define cli()   __asm__ __volatile__ ("cli" ::)

Functions

void enable_external_int (unsigned char ints)
void timer_enable_int (unsigned char ints)


Define Documentation

#define cli( )   __asm__ __volatile__ ("cli" ::)
 

Definition at line 7 of file interrupt.h.

#define sei( )   __asm__ __volatile__ ("sei" ::)
 

Definition at line 6 of file interrupt.h.


Function Documentation

void enable_external_int ( unsigned char ints ) [inline]
 

Definition at line 9 of file interrupt.h.

void timer_enable_int ( unsigned char ints ) [inline]
 

Definition at line 20 of file interrupt.h.


Generated at Fri Jul 19 14:55:42 2002 for avrgcc by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001