vd_reg.h

来自「三星ic 9980的源代码. 718版.」· C头文件 代码 · 共 31 行

H
31
字号
/******************************************************************************
 *   Filename    : Vd_reg.h                                                   *
 *   Start date  :                                                            *
 *   By          :                                                            *             
 *   Contact     :                                                            *
 *   Description : Vd registers                                               *
 *                                                                            *
 ******************************************************************************
 */
#ifndef	_VD_REG_H_
#define	_VD_REG_H_

/********************************************* 
 *   INCLUDE
 *********************************************/

#ifdef __cplusplus
extern "C" {
#endif


#ifndef S5H5002_SDRAM_BASE
#define S5H5002_SDRAM_BASE	0
#endif

#ifdef __cplusplus
}
#endif

#endif /* _VD_REG_H_ */

⌨️ 快捷键说明

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