?? davincievm_pll.h
字號:
/*
* Copyright 2005 by Spectrum Digital Incorporated.
* All rights reserved. Property of Spectrum Digital Incorporated.
*
* Not for distribution.
*/
/*
* PLL header file
*
*/
#ifndef PLL_
#define PLL_
#ifdef __cplusplus
extern "C" {
#endif
#include "davincievm.h"
/* ------------------------------------------------------------------------ *
* *
* PLL Prototypes *
* *
* ------------------------------------------------------------------------ */
Int16 DAVINCIEVM_enablePll1( Uint16 clock_source, Uint16 multiplier );
Int16 DAVINCIEVM_enablePll2( Uint16 clock_source, Uint16 multiplier,
Uint16 divider1, Uint16 divider2 );
#ifdef __cplusplus
}
#endif
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -