irq.h

Go to the documentation of this file.
00001 /******************************************************************************/
00013 #ifndef IRQ_H_
00014 #define IRQ_H_
00015 
00016 // \cond
00017 #include <halIrq.h>
00018 // \endcond
00019 
00020 /**************************************************************************/
00041 int HAL_RegisterIrq(uint8_t irqNumber, HAL_irqMode_t irqMode, void (*f)(void));
00042 
00043 /**************************************************************************/
00051 int HAL_EnableIrq(uint8_t irqNumber);
00052 
00053 /**************************************************************************/
00061 int HAL_DisableIrq(uint8_t irqNumber);
00062 
00063 /**************************************************************************/
00071 int HAL_UnregisterIrq(uint8_t irqNumber);
00072 
00073 #endif
00074 //eof irq.h

Generated on Wed Apr 2 19:06:16 2008 for ZigBeeNet Stack Documentation by  doxygen 1.5.1-p1