?? _m9_s12_x_f512_8h-source.html
字號:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head> <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> <title></title> <link href="fs_doxy.css" rel="stylesheet" type="text/css"></head><body onload="OnPageLoaded()"><table border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody> <tr> <td><img src="logo_angle2.GIF" alt="Freescale Semiconductor Inc." height="64" width="266"></td> <td bgcolor="#c2d6eb" nowrap="nowrap"> <br> </td> <td bgcolor="#c2d6eb" nowrap="nowrap"> </td> <td bgcolor="#c2d6eb" nowrap="nowrap" width="100%"> </td> <td bgcolor="#c2d6eb" nowrap="nowrap"><img alt="Regional Technical Application Center" src="rtaclogo.PNG" style="width: 117px; height: 64px;"><br> </td> </tr> </tbody></table><p> </p></body></html><!-- Generated by Doxygen 1.4.2 --><div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="globals.html">File Members</a></div><div class="nav"><a class="el" href="dir_000000.html">D:</a> / <a class="el" href="dir_000001.html">Profiles</a> / <a class="el" href="dir_000002.html">b05114</a> / <a class="el" href="dir_000003.html">My Documents</a> / <a class="el" href="dir_000004.html">My Projects</a> / <a class="el" href="dir_000005.html">Veracruz</a> / <a class="el" href="dir_000006.html">SW_release1_0</a> / <a class="el" href="dir_000007.html">EVB9S12XF512E_StandAlone_LS</a> / <a class="el" href="dir_000008.html">Sources</a> / <a class="el" href="dir_000009.html">Headers</a></div><h1>M9S12XF512.h</h1><a href="_m9_s12_x_f512_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment">00001 <span class="comment">/*******************************************************************************/</span>00015 <span class="comment">/*******************************************************************************/</span>00016 <span class="comment">/* */</span>00017 <span class="comment">/* All software, source code, included documentation, and any implied know-how */</span>00018 <span class="comment">/* are property of Freescale Semiconductor and therefore considered */</span> 00019 <span class="comment">/* CONFIDENTIAL INFORMATION. */</span>00020 <span class="comment">/* */</span>00021 <span class="comment">/* This confidential information is disclosed FOR DEMONSTRATION PURPOSES ONLY. */</span>00022 <span class="comment">/* */</span>00023 <span class="comment">/* All Confidential Information remains the property of Freescale Semiconductor*/</span>00024 <span class="comment">/* and will not be copied or reproduced without the express written permission */</span>00025 <span class="comment">/* of the Discloser, except for copies that are absolutely necessary in order */</span>00026 <span class="comment">/* to fulfill the Purpose. */</span>00027 <span class="comment">/* */</span>00028 <span class="comment">/* Services performed by FREESCALE in this matter are performed AS IS and */</span>00029 <span class="comment">/* without any warranty. CUSTOMER retains the final decision relative to the */</span>00030 <span class="comment">/* total design and functionality of the end product. */</span>00031 <span class="comment">/* */</span>00032 <span class="comment">/* FREESCALE neither guarantees nor will be held liable by CUSTOMER for the */</span>00033 <span class="comment">/* success of this project. */</span>00034 <span class="comment">/* */</span>00035 <span class="comment">/* FREESCALE disclaims all warranties, express, implied or statutory including,*/</span>00036 <span class="comment">/* but not limited to, implied warranty of merchantability or fitness for a */</span>00037 <span class="comment">/* particular purpose on any hardware, software or advise supplied to the */</span>00038 <span class="comment">/* project by FREESCALE, and or any product resulting from FREESCALE services. */</span>00039 <span class="comment">/* */</span>00040 <span class="comment">/* In no event shall FREESCALE be liable for incidental or consequential */</span>00041 <span class="comment">/* damages arising out of this agreement. CUSTOMER agrees to hold FREESCALE */</span>00042 <span class="comment">/* harmless against any and all claims demands or actions by anyone on account */</span>00043 <span class="comment">/* of any damage,or injury, whether commercial, contractual, or tortuous, */</span>00044 <span class="comment">/* rising directly or indirectly as a result of the advise or assistance */</span>00045 <span class="comment">/* supplied CUSTOMER in connection with product, services or goods supplied */</span>00046 <span class="comment">/* under this Agreement. */</span>00047 <span class="comment">/* */</span>00048 <span class="comment">/*******************************************************************************/</span>00049 00050 <span class="preprocessor">#ifndef _M9S12XF512_H </span><span class="comment">/* Prevent duplicated includes */</span>00051 <span class="preprocessor">#define _M9S12XF512_H</span>00052 <span class="preprocessor"></span>00053 <span class="comment">/* Types definition */</span>00054 <span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> byte;00055 <span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> word;00056 <span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> dword;00057 <span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> dlong[2];00058 00059 <span class="preprocessor">#define REG_BASE 0x0000 </span><span class="comment">/* Base address for the I/O register block */</span>00060 00061 <span class="preprocessor">#pragma MESSAGE DISABLE C1106 </span><span class="comment">/* WARNING C1106: Non-standard bitfield type */</span>00062 00063 <span class="comment">/*This guarantee correct bitfield positions*/</span>00064 <span class="preprocessor">#pragma OPTION ADD V30toV31Compatible "-BfaGapLimitBits4294967295"</span>00065 <span class="preprocessor"></span>00066 00067 <span class="preprocessor">#if (__MWERKS__)</span>00068 <span class="preprocessor"></span><span class="preprocessor"> #pragma MESSAGE DISABLE C1106</span>00069 <span class="preprocessor"></span><span class="preprocessor">#endif</span>00070 <span class="preprocessor"></span>00071 00072 <span class="preprocessor">#include "S12XMMC.h"</span> <span class="comment">/* Memory Mapping Control */</span>00073 <span class="preprocessor">#include "S12XFPIM.h"</span> <span class="comment">/* Port Integration Module */</span>00074 <span class="preprocessor">#include "S12XECRG.h"</span> <span class="comment">/* Clocks and Reset Generator */</span> 00075 <span class="preprocessor">#include "S12INT.h"</span> <span class="comment">/* Interrupts */</span>00076 <span class="preprocessor">#include "S12ECT.h"</span> <span class="comment">/* Enhanced Capture Timer */</span>00077 <span class="preprocessor">#include "S12SPI.h"</span> <span class="comment">/* Serial Peripheral Interface */</span>00078 <span class="preprocessor">#include "S12MSCAN.h"</span> <span class="comment">/* Controller Area Network */</span>00079 <span class="preprocessor">#include "S12XFRIPLL.h"</span> <span class="comment">/* Internal PLL */</span>00080 <span class="preprocessor">#include "S12XFR.h"</span> <span class="comment">/* FlexRay */</span>00081 <span class="preprocessor">#include "S12XGATE.h"</span> <span class="comment">/* XGATE */</span>00082 00083 00084 <span class="preprocessor">#endif</span>00085 <span class="preprocessor"></span>00086 <span class="comment">/*******************************************************************************/</span></pre></div><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head></head><body><hr><table class="fs_copyright" width="100%"> <tbody> <tr> <td class="fs_copyright" align="left" nowrap="nowrap">Copyright© 2005, <a href="http://www.freescale.com">FreescaleSemiconductor Inc.</a><br>All Rights Reserved </td> <td> <div align="center"><a href="mailto:RTACGDL@freescale.com">RTACAMERICAS</a></div> </td> <td class="fs_copyright" align="right" nowrap="nowrap">Generated by <img src="doxygen.png" height="20"> </td> </tr> </tbody></table></body></html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -