intc.c File Reference

#include "intc.h"

Include dependency graph for intc.c:

Go to the source code of this file.

Functions

void intc_set_irq (volatile avr32_intc_t *intc, unsigned int line, unsigned int level, unsigned int offset)


Function Documentation

void intc_set_irq ( volatile avr32_intc_t *  intc,
unsigned int  line,
unsigned int  level,
unsigned int  offset 
)

Definition at line 3 of file intc.c.

00004 {
00005   const unsigned group = line/32;
00006   intc->intpr[group] = (offset&AVR32_INTC_ADDRESS) | (level<<30);
00007 }


Generated on Thu May 10 14:14:48 2007 for AVR321000 Communication with the AVR32 USART by  doxygen 1.5.1