/******************************************************************************/ /* This file is part of the uVision/ARM development tools */ /* Copyright KEIL ELEKTRONIK GmbH 2002-2004 */ /******************************************************************************/ /* */ /* LH75401.H: Header file for Sharp LH75401 */ /* */ /******************************************************************************/ #ifndef __LH75401_H #define __LH75401_H #define LH75401 #include "ARM.h" /* ARM Core */ #include "SMC.h" /* Static Memory Controller */ #include "SRAM.h" /* Internal Static RAM */ #include "RCPC.h" /* Reset, Clock and Power Controller */ #include "VIC.h" /* Vectored Interrupt Controller */ #include "IOCON.h" /* I/O Configuration */ #include "DMA.h" /* Direct Memory Access Controller */ #include "CLCDC.h" /* Color LCD Controller */ #include "Timer.h" /* Timers 0,1,2 */ #include "WDT.h" /* Watchdog Timer */ #include "RTC.h" /* Real-Time Clock */ #include "SSP.h" /* Synchronous Serial Port */ #include "UART01.h" /* UART0 & UART1 */ #include "UART2.h" /* UART2 */ #include "GPIO.h" /* General Purpose I/O */ #include "ADC.h" /* A/D Converter with Touch Screen Controller */ #include "CAN.h" /* CAN Controller */ #endif /* __LH75401_H */