代码搜索结果

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

rtc.plg

礦ision3 Build Log Project: D:\lecture\embed\ARM7实验手册配套光盘\LPC2100基础实验\RTClock\c\RTC\RTC.uv2 Project File Date: 08/04/2008 Output:

rtc.opt

### uVision2 Project, (C) Keil Software ### Do not modify ! cExt (*.c) aExt (*.a*; *.src) oExt (*.obj) lExt (*.lib) tExt (*.txt) pExt (*.plm) CppX (*.cpp) DaveTm { 0,0,0,0,0,0,0,0 }

rtc.lnp

"DS1302.obj" TO "RTC"

rtc.plg

礦ision2 Build Log Project: D:\单片机教程\C51实例代码\实时时钟\RTC.uv2 Project File Date: 06/27/2004 Output:

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

#ifndef __RTC_H__ #define __RTC_H__ typedef struct{ unsigned short year; unsigned char month; unsigned char day; unsigned char weekday; unsigned char hour; unsigned char min; unsigne