代码搜索:RTC模块

找到约 10,000 项符合「RTC模块」的源代码

代码结果 10,000
www.eeworm.com/read/167817/9951501

c rtc.c

rtc.c Go to the documentation of this file.00001 00002 //***************************************************************************** 00003 // 00004 // File Name : 'rtc.c' 00005 // Title
www.eeworm.com/read/167698/9955324

c 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
www.eeworm.com/read/167698/9955437

o rtc.o

www.eeworm.com/read/167698/9955485

o rtc.o

www.eeworm.com/read/167664/9956150

c rtc.c

#include #include "defs.h" #include "mem.h" #include "rtc.h" struct rtc rtc; static int syncrtc = 1; void rtc_latch(byte b) { if ((rtc.latch ^ b) & b & 1) { rtc.regs[0] = rtc.s;
www.eeworm.com/read/167664/9956231

h rtc.h

#ifndef __RTC_H__ #define __RTC_H__ struct rtc { int batt; int sel; int latch; int d, h, m, s, t; int stop, carry; byte regs[8]; }; extern struct rtc rtc; #endif
www.eeworm.com/read/363350/9957834

lst rtc.lst

C51 COMPILER V8.05a RTC 11/26/2007 12:48:21 PAGE 1 C51 COMPILER V8.05a, COMPILATION OF MODULE RTC OBJECT MODULE PLACED IN RT
www.eeworm.com/read/363350/9957884

c rtc.c

#include"reg935.h" #include"UserDef.h" uint idata delayCount; uchar data recCurrentTimeBuf[7]; //暂存当前时间缓冲器[0]=世纪[1]=年[2]=月[3]=日[4]=时[5]=分[6]=秒 extern uint data delayTime; extern uchar dat
www.eeworm.com/read/363350/9957894

obj rtc.obj

www.eeworm.com/read/363330/9958919

c rtc.c

/**************************************************************** * S3C44B0X RTC TEST * **************************************************************** RTC TEST *******