device_fcy.h

来自「Mplab C30编译器」· C头文件 代码 · 共 22 行

H
22
字号
 

/* Use one #define per the device speed selection. Base XTAL on the 
   dsPICDEM 1.1 board is 7.3728 MHz. Depending on PLL selection final 
   device speed will be:
   	7.3728 MIPs (for XTx4PLL) or
   	14.745600 MIPs (for XTx8PLL) or
   	29.491200 MIPs (for XTx16PLL) or
   	
   This file is included in the following source code files and is used to
   adjust timing specific parameters based on the instruction cycle rate:
   Files:
   device_config.c
*/

/* Set ONLY ONE of the following defines to TRUE */

#define XTx4PLL    0   //	7.3728 MIPs (for XTx4PLL)
#define XTx8PLL    1   //   14.745600 MIPs (for XTx8PLL)
#define XTx16PLL   0   //   29.491200 MIPs (for XTx16PLL)

⌨️ 快捷键说明

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