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

📄 dm643_apll.h

📁 TITMS6000 DM642 串口程序 uart
💻 H
字号:
/*
 *  Copyright 2003 by Spectrum Digital Incorporated.
 *  All rights reserved. Property of Spectrum Digital Incorporated.
 */
 
/*
 *  ======== dm643_apll.h ========
 *
 *  Analog PLL interface on the DM643 board
 */
#ifndef DM643_APLL_
#define DM643_APLL_

#ifdef __cplusplus
extern "C" {
#endif

#include <csl.h>

#define DM643_APLL_FSG0   0x73F0
#define DM643_APLL_FSG1   0x73F1

/* Write to the configuration register on the analog PLL */
extern void DM643_APLL_rset(Uint16 data);

#ifdef __cplusplus
}
#endif

#endif

⌨️ 快捷键说明

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