代码搜索结果

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

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

#include "2410lib.h" #include "2410addr.h" int year; int month,date,weekday,hour,min,sec; char *week[8] = { "","SUN","MON", "TUES", "WED", "THURS","FRI", "SAT" } ; void __irq RTC_ISR(void); /*

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

/****************************************************************************** Copyright (C) 2002 Motorola GSG-China This program is free software; you can redistribute it and/or modify it under