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

📄 board.h

📁 NXP LPC系列AMR7的开发程序源码(LCD
💻 H
字号:
/***************************************************************************
 **
 **    This file defines the board specific definition
 **
 **    Used with ARM IAR C/C++ Compiler and Assembler.
 **
 **    (c) Copyright IAR Systems 2005
 **
 **    $Revision: 14946 $
 **
 ***************************************************************************/
#include "arm_comm.h"

#ifndef __BOARD_H
#define __BOARD_H
/* OSC [MHz] */
#define FOSC                12MHZ

/* Core clk [MHz]
   When USB engine is used the Core clk must be more that 18MHz */
#define FCCLK               60MHZ
#define PCLK                60MHZ
#define MAM_STATE           TRUE
#define MAM_CONFIG          MAM_FULL
#define MAM_CYCLES          MAMCycle6

/* Time Precision time [us] */
#define TIMER_PRECISION     0

#endif /* __BOARD_H */

⌨️ 快捷键说明

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