davincievm_psc.h

来自「I2C control file (TI DSP in CCS)」· C头文件 代码 · 共 41 行

H
41
字号
/*
 *  Copyright 2005 by Spectrum Digital Incorporated.
 *  All rights reserved. Property of Spectrum Digital Incorporated.
 *
 *  Not for distribution.
 */

/*
 *  PSC header file
 *
 */

#ifndef PSC_
#define PSC_

#ifdef __cplusplus
extern "C" {
#endif

#include "davincievm.h"

/* ------------------------------------------------------------------------ *
 *                                                                          *
 *  PSC Prototypes                                                          *
 *                                                                          *
 * ------------------------------------------------------------------------ */
Int16 DAVINCIEVM_initPsc( );
Int16 DAVINCIEVM_enableDspPowerDomain( );
Int16 DAVINCIEVM_disableDspPowerDomain( );

Int16 DAVINCIEVM_enablePowerModule( Uint32 domain, Uint32 id );
Int16 DAVINCIEVM_enableAllPowerModules( );
Int16 DAVINCIEVM_disablePowerModule( Uint32 domain, Uint32 id );
Int16 DAVINCIEVM_resetPowerModule( Uint32 domain, Uint32 id );

#ifdef __cplusplus
}
#endif

#endif

⌨️ 快捷键说明

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