mcf523x_vars.h
来自「一个开源的Modbus协议栈」· C头文件 代码 · 共 49 行
H
49 行
/**************************************************************************
* FILE NAME: mcf523x_vars.h,v $ COPYRIGHT (c) Freescale 2004 *
* DESCRIPTION: All Rights Reserved *
* Variables that define some features of the MCF523x. *
* !!!!This file must only be included once in every project!!!! *
*========================================================================*
* ORIGINAL AUTHOR: Geoff Emerson [r47354] *
**************************************************************************/
/* eTPU characteristics definition */
struct eTPU_struct *eTPU = ( struct eTPU_struct * )0x401D0000;
uint32_t fs_etpu_code_start = 0x401E0000;
uint32_t fs_etpu_data_ram_start = 0x401D8000;
uint32_t fs_etpu_data_ram_end = 0x401D85FC;
uint32_t fs_etpu_data_ram_ext = 0x401DC000;
/*********************************************************************
*
* Copyright:
* Freescale Semiconductor, INC. All Rights Reserved.
* You are hereby granted a copyright license to use, modify, and
* distribute the SOFTWARE so long as this entire notice is
* retained without alteration in any modified and/or redistributed
* versions, and that such modified versions are clearly identified
* as such. No licenses are granted by implication, estoppel or
* otherwise under any patents or trademarks of Freescale
* Semiconductor, Inc. This software is provided on an "AS IS"
* basis and without warranty.
*
* To the maximum extent permitted by applicable law, Freescale
* Semiconductor DISCLAIMS ALL WARRANTIES WHETHER EXPRESS OR IMPLIED,
* INCLUDING IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A
* PARTICULAR PURPOSE AND ANY WARRANTY AGAINST INFRINGEMENT WITH
* REGARD TO THE SOFTWARE (INCLUDING ANY MODIFIED VERSIONS THEREOF)
* AND ANY ACCOMPANYING WRITTEN MATERIALS.
*
* To the maximum extent permitted by applicable law, IN NO EVENT
* SHALL Freescale Semiconductor BE LIABLE FOR ANY DAMAGES WHATSOEVER
* (INCLUDING WITHOUT LIMITATION, DAMAGES FOR LOSS OF BUSINESS PROFITS,
* BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION, OR OTHER
* PECUNIARY LOSS) ARISING OF THE USE OR INABILITY TO USE THE SOFTWARE.
*
* Freescale Semiconductor assumes no responsibility for the
* maintenance and support of this software
*
********************************************************************/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?