lpc2148_sys_cnfg.h

来自「在ARM上实现USB功能源代码」· C头文件 代码 · 共 33 行

H
33
字号
#ifndef __LPC2148_SYS_CNFG_H
#define __LPC2148_SYS_CNFG_H

/***************************************************************************
 **
 **    This file defines the board specific definition
 **    Philips LPC2148
 **
 **    Used with ARM IAR C/C++ Compiler and Assembler.
 **
 **    (c) Copyright IAR Systems 2005
 **
 **    $Revision: 1.3 $
 **
 ***************************************************************************/

/* OSC [Hz] */
#define FOSC                12000000

/* Core clk [Hz]  12 MHz */
#define FCCLK               60000000

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

/* Sys timer tick per seconds */
#define TICK_PER_SECOND     100

/* Max Adc frequency [Hz]*/
#define MAX_ADC_FREQ      4500000

#endif /* __LPC2138_SYS_CNFG_H */

⌨️ 快捷键说明

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