utils.h File Reference


Detailed Description

Generic functionsfor AVR32.

This file defines macros for accessing system registers on AVR32 devices.

Definition in file utils.h.

#include "at32stk1000.h"

Include dependency graph for utils.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

unsigned int uncached (int addr)


Function Documentation

unsigned int uncached ( int  addr  ) 

Definition at line 44 of file utils.c.

References CPU_TYPE.

00045 {
00046         if( CPU_TYPE == "AT32AP7000" )
00047                 return (addr | 0xA0000000);
00048         else 
00049                 return addr;
00050 }


Generated on Wed May 7 16:03:17 2008 for AVR32114 Using the AVR32 LCD Controller by  doxygen 1.5.3-20071008