代码搜索结果

找到约 10,000 项符合 RTC 的代码

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

/****************************************Copyright (c)************************************************** ** 广州周立功单片机发展有限公司 ** 研 究

rtc.h

/****************************************Copyright (c)************************************************** ** 广州周立功单片机发展有限公司 ** 研 究

rtc.h

/*****************************BCD****************************************/ /************************************************************************* This funtion can be used to set the Time

rtc.c

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

rtc.c

#include "def.h" #include "2410addr.h" #include "rtcapi.h" #include "2410lib.h" #define TotSecPerDay 86400 #define TotDaysPerYear 365 #define TotDaysPer4Year 1461 #define TotDaysPer100Year

rtc.c

/* Neptune LTE Real-time Clock Driver (Power-up Reason Only) ---------------------------- (c) motoprogger 2008 */ #include "../libs/motolibs.h" #include "rtc.h" #define RTC_CONTROL_STA

rtc.h

#ifndef RTC_DRV_H #define RTC_DRV_H #include "../libs/motolibs.h" #define RTC_BASE 0x24843000 #define RTC_PCRAM ((word * ) (void * ) (RTC_BASE+0x00C)) /* Set power-up reason written in RTC PCRAM */

rtc.h

#ifndef __RTC_H_ #define __RTC_H_ #include "os_cpu.h" //定义本工程的编译时间 #define Build_Year 0x03 #define Build_Month 0x12 #define Build_Day 0x26 #define Build_Hour 0x22