From: hackbard Date: Wed, 8 Aug 2007 01:37:15 +0000 (+0200) Subject: renamed register to MEMAP according to user manual X-Git-Url: https://hackdaworld.org/gitweb/?p=my-code%2Farm.git;a=commitdiff_plain;h=3b5dc3e19300dbe45f9c1d320b2387878c2de232 renamed register to MEMAP according to user manual --- diff --git a/betty/lpc2xxx.h b/betty/lpc2xxx.h index e7d5c49..4dd46ad 100644 --- a/betty/lpc2xxx.h +++ b/betty/lpc2xxx.h @@ -102,7 +102,9 @@ /* Memory Accelerator Module (MAM) */ #define MAMCR (*((volatile unsigned long *) 0xE01FC000)) #define MAMTIM (*((volatile unsigned long *) 0xE01FC004)) -#define MAMMAP (*((volatile unsigned long *) 0xE01FC040)) + +/* Memory Mapping control register */ +#define MEMMAP (*((volatile unsigned long *) 0xE01FC040)) /* Phase Locked Loop (PLL) */ #define PLLCON (*((volatile unsigned long *) 0xE01FC080))