davincievm_emif.h

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

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

/*
 *  EMIF header file
 *
 */

#ifndef EMIF_
#define EMIF_

#ifdef __cplusplus
extern "C" {
#endif

#include "davincievm.h"

/* ------------------------------------------------------------------------ *
 *                                                                          *
 *  EMIF Prototypes                                                         *
 *                                                                          *
 * ------------------------------------------------------------------------ */
Int16 DAVINCIEVM_EMIF_init( );
Int16 DAVINCIEVM_EMIF_config( Uint32 acfg2, Uint32 acfg3,
                              Uint32 acfg4, Uint32 acfg5 );


#ifdef __cplusplus
}
#endif

#endif

⌨️ 快捷键说明

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