miu_control.h

来自「SPG290 SD卡源程序 是一个基于game开发的嵌入式的平台 ,是sunpl」· C头文件 代码 · 共 43 行

H
43
字号
/******************************************************************************
 *
 *     The information contained herein is the exclusive property of
 *   Sunplus Technology Co. And shall not be distributed, reproduced,
 *   or disclosed in whole in part without prior written permission.
 *
 *         (C) COPYRIGHT 2005   SUNPLUS TECHNOLOGY CO.
 *                        ALL RIGHTS RESERVED
 *
 * The entire notice above must be reproduced on all authorized copies.
 *
 *****************************************************************************/

/******************************************************************************
 *  Filename:   	MIU_Control.h
 *  Author:     	Robin.xjliu  (eMail: xjliu@sunplus.com)
 *  Tel:        	00885-028-87848688-5884
 *  Date:       	2005-11-11
 *  Description:	control all register about MIU1 and MIU2
 *  Reference:
 *  Version history:
 *-----------------------------------------------------------------------------
 *	Version   YYYY-MM-DD-INDEX   Modified By         Description
 *	1.0.0     2005-11-11           xjliu               Create
 *
 *****************************************************************************/
#ifndef _MIU_CONTROL_H
#define _MIU_CONTROL_H

#include "Sys_Global.h"
/**
 * MIU1_Init - initialize MIU1's register
 */
void MIU1_Init(void);
/**
 * MIU2_Init - initialize MIU2's register
 */
void MIU2_Init(void);


#endif	//_MIU_CONTROL_H

⌨️ 快捷键说明

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