代码搜索结果

找到约 7,852 项符合 RTC 的代码

rtc.__i

"..\..\lib\Rtc.c" LARGE OPTIMIZE (9,SIZE) BROWSE ORDER MODDP2 INCDIR(..\..\inc\) DEBUG OBJECTEXTEND PRINT(.\Release\Rtc.lst) OBJECT(.\Release\Rtc.obj)

rtc.c

/***************************************** NAME: RTC.c DESC: RTC test WWW.YCTEK.COM *****************************************/ #include "2410addr.h" #include "2410lib.h" #include "RTC.h"

rtc.c

#include "RTC.h" /*********************************************************/ void RTC_Init(void) { RTCSC = RTCSC_RTIE_MASK | SAMPLE_TIME; // Enable RTC and set time interval RTCMOD = 0;

rtc.c

//==================================================================== // File Name : RTC.c // Function : S3C24X0 RTC Test // Program : Kang, Weon Tark // Date : May 22, 2002 // Version

rtc.c

//==================================================================== // File Name : RTC.c // Function : S3C24X0 RTC Test // Program : Kang, Weon Tark // Date : May 22, 2002 // Version

rtc.8

; ; Timer / RTC functions ; ; (C)1997-2001 Pascal Dornier / PC Engines; All rights reserved. ; This file is licensed pursuant to the COMMON PUBLIC LICENSE 0.5. ; ; Limitations: ; ;

rtc.c

//==================================================================== // File Name : RTC.c // Function : S3C24X0 RTC Test // Program : Kang, Weon Tark // Date : May 22, 2002 // Version

rtc.c

/**************************************************************************** 【文 件 名 称】RTC.c 【功 能 描 述】三星S3C44B0X板 uC/OS-II 驱动程序代码----RTC 【程 序 版 本】1.0 【创建人及创建日期】蓝海微芯//2003-12-19 10:57 【修改

rtc.c

//==================================================================== // File Name : RTC.c // Function : S3C24X0 RTC Test // Program : Kang, Weon Tark // Date : May 22, 2002 // Version

rtc.c

//==================================================================== // File Name : RTC.c // Function : S3C2440 RTC Head file // Program : // Date : May 06, 2002 // Version : 0.1 //