代码搜索:RTC模块
找到约 10,000 项符合「RTC模块」的源代码
代码结果 10,000
www.eeworm.com/read/192512/8378122
h 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
www.eeworm.com/read/192426/8382116
c rtc.c
/******************************************/
/* 广州天河双龙电子公司 */
/* http://www.sl.com.cn */
/* 实时时钟演示程序 */
/* 作者:ntzwq@wx88.net
www.eeworm.com/read/192426/8382119
mak 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
www.eeworm.com/read/192426/8382131
s 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
; /**************************************
www.eeworm.com/read/192426/8382138
lst 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
www.eeworm.com/read/192426/8382145
dbg rtc.dbg
IMAGECRAFT DEBUG FORMAT
VERSION 1.1
CPU AVR
DIR E:\icc\iccavr\mega8\mega8\RTC\
FILE rtc.c
FUNC time 66 fV
BLOCK 19 66
LINE 19 66
LINE 20 66
LINE 21 6E
LINE 23 70
LINE 24 70
LINE 25 7A
LIN
www.eeworm.com/read/192426/8382149
src rtc.src
[Files]
rtc.c
uart.c
..\DAC\read_flash.s
[Headers]
[Documents]
www.eeworm.com/read/192426/8382156
cof rtc.cof
www.eeworm.com/read/192426/8382158
mp rtc.mp
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
----------