📄 magic_env.h
字号:
/******************************************************************************** * Copyright Statement: * -------------------- * This software is protected by Copyright and the information contained herein * is confidential. The software may not be copied and the information * contained herein may not be used or disclosed except with the written * permission of INFOMAX COMMUNICATION CO.,LTD. * * MODULE NAME: * DESCRIPTION: Magic Envnrionment Setting * AUTHOR: Bo-Hung Wu * BEGIN DATE: Nov. 1, 2007 * LAST MODIFICATION: *******************************************************************************/ #ifndef MAGIC_ENV_H#define MAGIC_ENV_H/******************************************************************************* Header files *******************************************************************************//******************************************************************************* Constant/Marco *******************************************************************************/#define MCU_CORE_ARM_9 //MCU_CORE_ARM_7#define HCLK 26 //MHz, clock from OSCO/RF module//#define HCLK 100 //MHz, PLL1 enabled //#define HCLK 84 //MHz, PLL1 enabled //#define HCLK 73 //MHz, PLL1 enabled /******************************************************************************* Structure/Union/Enum/Typedef *******************************************************************************/ /******************************************************************************* Function Prototypes *******************************************************************************/ /** @Desc Description for function_name @Param parameter 1 Put parameter 1 description here @Param parameter 2 Put parameter 2 description here @Return Return value 1 and it description @Return Return value 1 and it description *///function_return_type function_name(var_type function_argument_1, ..);#endif /* #ifndef MAGIC_ENV_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -