boart.h
来自「包含了NXP众多的MCU的例子程序」· C头文件 代码 · 共 31 行
H
31 行
/***************************************************************************
**
** This file defines the board specific definition
**
** Used with ARM IAR C/C++ Compiler and Assembler.
**
** (c) Copyright IAR Systems 2005
**
** $Revision: 1.1.2.1 $
**
***************************************************************************/
#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 + =
减小字号Ctrl + -
显示快捷键?