?? evmdm642_apll.h
字號:
/*
* Copyright 2003 by Spectrum Digital Incorporated.
* All rights reserved. Property of Spectrum Digital Incorporated.
*/
/*
* ======== evmdm642_apll.h ========
*
* Analog PLL interface on the EVMDM642 board
*/
#ifndef EVMDM642_APLL_
#define EVMDM642_APLL_
#ifdef __cplusplus
extern "C" {
#endif
#include <csl.h>
#define EVMDM642_APLL_FSG0 0x73F0
#define EVMDM642_APLL_FSG1 0x73F1
/* Write to the configuration register on the analog PLL */
extern void EVMDM642_APLL_rset(Uint16 data);
#ifdef __cplusplus
}
#endif
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -