From fab85cb20588413d8e82b1af461165d188e86677 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 25 Apr 2013 11:10:58 -0600 Subject: KL25Z typos: AIPS, not APS or AIP --- nuttx/arch/arm/src/kl/chip/kl_memorymap.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nuttx/arch/arm/src/kl/chip/kl_memorymap.h b/nuttx/arch/arm/src/kl/chip/kl_memorymap.h index 19e809310..76860696f 100644 --- a/nuttx/arch/arm/src/kl/chip/kl_memorymap.h +++ b/nuttx/arch/arm/src/kl/chip/kl_memorymap.h @@ -67,7 +67,7 @@ # define KL_SRAMU_BASE 0x20000000 /* -0x200fffff SRAM_U: Upper SRAM bitband * region */ /* 0x20100000 * -0x3fffffff Reserved */ -# define KIP_APS_BASE 0x40000000 /* -0x4007ffff AIPS Peripherals */ +# define KIP_AIPS_BASE 0x40000000 /* -0x4007ffff AIPS Peripherals */ /* 0x40080000 * -0x400fffff Reserved */ # define KL_GPIO_BASE 0x400ff000 /* -0x400fffff General purpose input/output (GPIO) */ /* 0x40100000 * -0x43ffffff Reserved */ @@ -78,10 +78,10 @@ /* 0xe0100000 * -0xefffffff Reserved */ # define KL_MTB_BASE 0xf0000000 /* -0xffffffff Micro Trace Buffer (MTB) registers */ -/* API Memory Map *******************************************************************/ +/* AIPS Memory Map ******************************************************************/ # define KL_DMAC_BASE 0x40008000 /* DMA controller */ -# define KL_AIPGPIO_BASE 0x4000f000 /* GPIO controller (aliased to 0x400f_000) */ +# define KL_AIPSGPIO_BASE 0x4000f000 /* GPIO controller (aliased to 0x400ff000) */ # define KL_FTFL_BASE 0x40020000 /* Flash memory */ # define KL_DMAMUX0_BASE 0x40021000 /* DMA channel mutiplexer 0 */ # define KL_PIT_BASE 0x40037000 /* Periodic interrupt timers (PIT) */ -- cgit v1.2.3