$search

irq.c File Reference

#include "LPC214x.h"
#include "irq.h"
Include dependency graph for irq.c:

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 Documentation

#define FALSE   (0)

Definition at line 19 of file irq.c.

#define NULL   ((void *)0)

Definition at line 15 of file irq.c.

#define TRUE   (1)

Definition at line 23 of file irq.c.


Function Documentation

static void DefaultVICHandler ( void   )  [static]

Definition at line 41 of file irq.c.

void init_VIC ( void   ) 

Definition at line 60 of file irq.c.

unsigned long install_irq ( unsigned long  IntNumber,
void *  HandlerAddr 
)

Definition at line 97 of file irq.c.

unsigned long uninstall_irq ( unsigned long  IntNumber  ) 

Definition at line 138 of file irq.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Friends Defines


ccny_asctec_firmware_2
Author(s): Ivan Dryanovski, Roberto G. Valenti
autogenerated on Tue Mar 5 11:33:40 2013