⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 _cpu_8h-source.html

📁 基于freescale MC9S12XF512 MCU
💻 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">&nbsp;</td>      <td bgcolor="#c2d6eb" nowrap="nowrap" width="100%">&nbsp;</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>&nbsp;</p></body></html><!-- Generated by Doxygen 1.4.2 --><div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a></div><div class="nav"><a class="el" href="dir_000000.html">D:</a>&nbsp;/&nbsp;<a class="el" href="dir_000001.html">Profiles</a>&nbsp;/&nbsp;<a class="el" href="dir_000002.html">b05114</a>&nbsp;/&nbsp;<a class="el" href="dir_000003.html">My Documents</a>&nbsp;/&nbsp;<a class="el" href="dir_000004.html">My Projects</a>&nbsp;/&nbsp;<a class="el" href="dir_000005.html">Veracruz</a>&nbsp;/&nbsp;<a class="el" href="dir_000006.html">SW_release1_0</a>&nbsp;/&nbsp;<a class="el" href="dir_000007.html">EVB9S12XF512E_StandAlone_LS</a>&nbsp;/&nbsp;<a class="el" href="dir_000008.html">Sources</a></div><h1>Cpu.h</h1><a href="_cpu_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment">00001 <span class="comment">/*******************************************************************************/</span>00013 <span class="comment">/*******************************************************************************/</span>00014 <span class="comment">/*                                                                             */</span>00015 <span class="comment">/* All software, source code, included documentation, and any implied know-how */</span>00016 <span class="comment">/* are property of Freescale Semiconductor and therefore considered            */</span> 00017 <span class="comment">/* CONFIDENTIAL INFORMATION.                                                   */</span>00018 <span class="comment">/*                                                                             */</span>00019 <span class="comment">/* This confidential information is disclosed FOR DEMONSTRATION PURPOSES ONLY. */</span>00020 <span class="comment">/*                                                                             */</span>00021 <span class="comment">/* All Confidential Information remains the property of Freescale Semiconductor*/</span>00022 <span class="comment">/* and will not be copied or reproduced without the express written permission */</span>00023 <span class="comment">/* of the Discloser, except for copies that are absolutely necessary in order  */</span>00024 <span class="comment">/* to fulfill the Purpose.                                                     */</span>00025 <span class="comment">/*                                                                             */</span>00026 <span class="comment">/* Services performed by FREESCALE in this matter are performed AS IS and      */</span>00027 <span class="comment">/* without any warranty. CUSTOMER retains the final decision relative to the   */</span>00028 <span class="comment">/* total design and functionality of the end product.                          */</span>00029 <span class="comment">/*                                                                             */</span>00030 <span class="comment">/* FREESCALE neither guarantees nor will be held liable by CUSTOMER for the    */</span>00031 <span class="comment">/* success of this project.                                                    */</span>00032 <span class="comment">/*                                                                             */</span>00033 <span class="comment">/* FREESCALE disclaims all warranties, express, implied or statutory including,*/</span>00034 <span class="comment">/* but not limited to, implied warranty of merchantability or fitness for a    */</span>00035 <span class="comment">/* particular purpose on any hardware, software or advise supplied to the      */</span>00036 <span class="comment">/* project by FREESCALE, and or any product resulting from FREESCALE services. */</span>00037 <span class="comment">/*                                                                             */</span>00038 <span class="comment">/* In no event shall FREESCALE be liable for incidental or consequential       */</span>00039 <span class="comment">/* damages arising out of this agreement. CUSTOMER agrees to hold FREESCALE    */</span>00040 <span class="comment">/* harmless against any and all claims demands or actions by anyone on account */</span>00041 <span class="comment">/* of any damage,or injury, whether commercial, contractual, or tortuous,      */</span>00042 <span class="comment">/* rising directly or indirectly as a result of the advise or assistance       */</span>00043 <span class="comment">/* supplied CUSTOMER in connection with product, services or goods supplied    */</span>00044 <span class="comment">/* under this Agreement.                                                       */</span>00045 <span class="comment">/*                                                                             */</span>00046 <span class="comment">/*******************************************************************************/</span>00047 00048 <span class="preprocessor">#ifndef _CPU_H</span>00049 <span class="preprocessor"></span><span class="preprocessor">#define _CPU_H</span>00050 <span class="preprocessor"></span>00054 <span class="keywordtype">void</span> <a class="code" href="_cpu_8c.html#a0">vfnClock_Settings</a>(<span class="keywordtype">void</span>);00055 00057 <span class="keywordtype">void</span> <a class="code" href="_cpu_8c.html#a1">vfnIPLL_Startup</a>(<span class="keywordtype">void</span>);00058 00060 <span class="keywordtype">void</span> <a class="code" href="_cpu_8c.html#a2">vfnPeripheral_Settings</a>(<span class="keywordtype">void</span>);00061 00063 <span class="keywordtype">void</span> <a class="code" href="_cpu_8c.html#a3">vfnInterrupts_Init</a>(<span class="keywordtype">void</span>);00064 00065 <span class="preprocessor">#endif </span><span class="comment">/* _CPU_H */</span>00066 00067 <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&copy; 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&nbsp;<img src="doxygen.png" height="20">&nbsp;      </td>    </tr>  </tbody></table></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -