代码搜索结果

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

rtc.h

#ifndef __RTC_H__ #define __RTC_H__ void Rtc_Time_Set(void); void Display_Rtc(void); void __irq Rtc_Int(void); int Test_Rtc_Alarm(void); void __irq Rtc_Tick(void); void Test_Rtc_Tick(void);

rtc.h

#ifndef __RTC_H__ #define __RTC_H__ #include "..\inc\def.h" #define RTC_SECOND_CHANGE 1 #define RTC_MINUTE_CHANGE 2 #define RTC_HOUR_CHANGE 3 #define RTC_DAY_CHANGE 4 #define RTC_MONTH

rtc.h

#ifndef __RTC_H__ #define __RTC_H__ #include "..\inc\def.h" #define RTC_SECOND_CHANGE 1 #define RTC_MINUTE_CHANGE 2 #define RTC_HOUR_CHANGE 3 #define RTC_DAY_CHANGE 4 #define RTC_MONTH

rtc.h

#ifndef __RTC_H__ #define __RTC_H__ #include "..\inc\def.h" #define RTC_SECOND_CHANGE 1 #define RTC_MINUTE_CHANGE 2 #define RTC_HOUR_CHANGE 3 #define RTC_DAY_CHANGE 4 #define RTC_MONTH

rtc.h

#ifndef __RTC_H__ #define __RTC_H__ #include "..\inc\def.h" #define RTC_SECOND_CHANGE 1 #define RTC_MINUTE_CHANGE 2 #define RTC_HOUR_CHANGE 3 #define RTC_DAY_CHANGE 4 #define RTC_MONTH

rtc.c

/******************************************/ /* 广州天河双龙电子公司 */ /* http://www.sl.com.cn */ /* 实时时钟演示程序 */ /* 作者:ntzwq@wx88.net

rtc.mak

CC = iccavr CFLAGS = -Ie:\ICC\include\ -e -l -g -Mavr_enhanced_small -Wa-W ASFLAGS = $(CFLAGS) -Wa-g LFLAGS = -Le:\ICC\lib\ -g -Wl-W -bfunc_lit:0x26.0x2000 -dram_end:0x45f -bdata:0x60.0x45f -d

rtc.lk

rtc.o uart.o read_flash.o

rtc.s

.module rtc.c .area text(rom, con, rel) .dbfile E:\icc\iccavr\mega8\mega8\RTC\rtc.c .dbfunc e time _time fV .even _time:: .dbline -1 .dbline 19 ; /**************************************

rtc.lst

__start: __text_start: 0013 E5CF LDI R28,0x5F 0014 E0D4 LDI R29,4 0015 BFCD OUT 0x3D,R28 0016 BFDE OUT 0x3E,R29 0017 51C0 SUBI R28,0x10 0018 40D