代码搜索结果

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

rtc.prj

# Standard Project file created by RVDEBUG. Do not hand edit unless # you know what you are doing. Use the Settings Window # Copyright (c) 2002 - ARM Ltd $sARM_C22.stp [PROJECT] author_=USB00423

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.h

typedef union { uint32 l_word; struct { uint32 hour :8; uint32 minute :8; uint32 second :16; }fields; } type_RTC_time_rec; typedef union { uint32 l_word; str

rtc.c

#include "config.h" /******************************************************************** **02H 秒 03H分 04H小时 **05H 日 06H星期07H月/世纪 08H年 **报警 **09 分钟 0A小时 0B日 0C星期 *****************************

rtc.h

#ifndef __RTC_H__ #define __RTC_H__ int Test_Rtc_Alarm(void); void Test_Rtc_Tick(void); void Display_Rtc(void); void Rtc_Init(void); #define TESTYEAR (0x99) #define TESTMONTH (0x12) #d

rtc.c

#include "..\..\inc\44b.h" #include "..\..\inc\44blib.h" #include "..\..\inc\cputest\rtc.h" void __irq Rtc_Tick(void); char *date[8] = {"","SUN","MON","TUE","WED","THU","FRI","SAT"}; volatile u

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

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

rtc.lst

C51 COMPILER V7.06 RTC 11/24/2008 09:37:03 PAGE 1 C51 COMPILER V7.06, COMPILATION OF MODULE RTC OBJECT MODULE PLACED IN rtc