#include "LPC214x.h"
#include "irq.h"
Go to the source code of this file.
Defines | |
#define | FALSE (0) |
#define | NULL ((void *)0) |
#define | TRUE (1) |
Functions | |
static void | DefaultVICHandler (void) |
void | init_VIC (void) |
unsigned long | install_irq (unsigned long IntNumber, void *HandlerAddr) |
unsigned long | uninstall_irq (unsigned long IntNumber) |
#define FALSE (0) |
Definition at line 19 of file Common_WinARM/src/irq.c.
#define NULL ((void *)0) |
Definition at line 15 of file Common_WinARM/src/irq.c.
#define TRUE (1) |
Definition at line 23 of file Common_WinARM/src/irq.c.
static void DefaultVICHandler | ( | void | ) | [static] |
Definition at line 41 of file Common_WinARM/src/irq.c.
void init_VIC | ( | void | ) |
Definition at line 60 of file Common_WinARM/src/irq.c.
unsigned long install_irq | ( | unsigned long | IntNumber, |
void * | HandlerAddr | ||
) |
Definition at line 97 of file Common_WinARM/src/irq.c.
unsigned long uninstall_irq | ( | unsigned long | IntNumber | ) |
Definition at line 138 of file Common_WinARM/src/irq.c.