arm 应用程序原代码

源代码在线查看: common.c

软件大小: 9262 K
上传用户: ys0796
关键词: arm 应用程序 代码
下载地址: 免注册下载 普通下载 VIP

相关代码

				/**********************************************************************************/
				/*                                                                                */
				/*    Copyright (C) 2002 Oki Electric Industry Co., LTD.                          */
				/*                                                                                */
				/*    System Name    :  uPLAT series                                              */
				/*    Module Name    :  common module                                             */
				/*    File   Name    :  common.c                                                  */
				/*    Revision       :  01.00                                                     */
				/*    Date           :  2002/2/14 initial version                                 */
				/*                                                                                */
				/**********************************************************************************/
				#include "ML674000.h"
				#include "common.h"
				
				/****************************************************************************/
				/*  LED on                                                                  */
				/*  Function : led_on                                                       */
				/*      Parameters                                                          */
				/*          Input   :   led pattern (cf. commn.h)                           */
				/*          Output  :   Nothing                                             */
				/****************************************************************************/
				void led_on(UHWORD pattern)
				{
				    put_hvalue(GPPOB, pattern);
				
					return;
				}
							

相关资源