Freescale Semiconductor Inc.
    Regional Technical Application Center

 

Main Page | Directories | File List | File Members | Related Pages

M9S12XF512.h

Go to the documentation of this file.
00001 /*******************************************************************************/
00015 /*******************************************************************************/
00016 /*                                                                             */
00017 /* All software, source code, included documentation, and any implied know-how */
00018 /* are property of Freescale Semiconductor and therefore considered            */ 
00019 /* CONFIDENTIAL INFORMATION.                                                   */
00020 /*                                                                             */
00021 /* This confidential information is disclosed FOR DEMONSTRATION PURPOSES ONLY. */
00022 /*                                                                             */
00023 /* All Confidential Information remains the property of Freescale Semiconductor*/
00024 /* and will not be copied or reproduced without the express written permission */
00025 /* of the Discloser, except for copies that are absolutely necessary in order  */
00026 /* to fulfill the Purpose.                                                     */
00027 /*                                                                             */
00028 /* Services performed by FREESCALE in this matter are performed AS IS and      */
00029 /* without any warranty. CUSTOMER retains the final decision relative to the   */
00030 /* total design and functionality of the end product.                          */
00031 /*                                                                             */
00032 /* FREESCALE neither guarantees nor will be held liable by CUSTOMER for the    */
00033 /* success of this project.                                                    */
00034 /*                                                                             */
00035 /* FREESCALE disclaims all warranties, express, implied or statutory including,*/
00036 /* but not limited to, implied warranty of merchantability or fitness for a    */
00037 /* particular purpose on any hardware, software or advise supplied to the      */
00038 /* project by FREESCALE, and or any product resulting from FREESCALE services. */
00039 /*                                                                             */
00040 /* In no event shall FREESCALE be liable for incidental or consequential       */
00041 /* damages arising out of this agreement. CUSTOMER agrees to hold FREESCALE    */
00042 /* harmless against any and all claims demands or actions by anyone on account */
00043 /* of any damage,or injury, whether commercial, contractual, or tortuous,      */
00044 /* rising directly or indirectly as a result of the advise or assistance       */
00045 /* supplied CUSTOMER in connection with product, services or goods supplied    */
00046 /* under this Agreement.                                                       */
00047 /*                                                                             */
00048 /*******************************************************************************/
00049                            
00050 #ifndef _M9S12XF512_H       /* Prevent duplicated includes */
00051 #define _M9S12XF512_H
00052 
00053 /* Types definition */
00054 typedef unsigned char byte;
00055 typedef unsigned int word;
00056 typedef unsigned long dword;
00057 typedef unsigned long dlong[2];
00058 
00059 #define REG_BASE 0x0000     /* Base address for the I/O register block */
00060 
00061 #pragma MESSAGE DISABLE C1106 /* WARNING C1106: Non-standard bitfield type */
00062 
00063 /*This guarantee correct bitfield positions*/
00064 #pragma OPTION ADD V30toV31Compatible "-BfaGapLimitBits4294967295"
00065 
00066 
00067 #if (__MWERKS__)
00068   #pragma MESSAGE DISABLE C1106
00069 #endif
00070 
00071 
00072 #include "S12XMMC.h"    /* Memory Mapping Control */
00073 #include "S12XFPIM.h"   /* Port Integration Module */
00074 #include "S12XECRG.h"   /* Clocks and Reset Generator */          
00075 #include "S12INT.h"     /* Interrupts */
00076 #include "S12ECT.h"     /* Enhanced Capture Timer */
00077 #include "S12SPI.h"     /* Serial Peripheral Interface */
00078 #include "S12MSCAN.h"   /* Controller Area Network */
00079 #include "S12XFRIPLL.h" /* Internal PLL */
00080 #include "S12XFR.h"     /* FlexRay */
00081 #include "S12XGATE.h"   /* XGATE */
00082 
00083 
00084 #endif
00085 
00086 /*******************************************************************************/