davincievm_pll.h

来自「LED contorl source in CCS 3.3 TI DSP c5」· C头文件 代码 · 共 36 行

H
36
字号
/*
 *  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 + =
减小字号Ctrl + -
显示快捷键?