代码搜索结果

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

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) ----------

rtc.lst

__text_start: __start: 0030 E5CF LDI R28,0x5F 0031 E0D4 LDI R29,4 0032 BFCD OUT 0x3D,R28 0033 BFDE OUT 0x3E,R29 0034 51C0 SUBI R28,0x10 0035 40D

rtc.o

XL H 5 areas 1A global symbols M rtc.c S push_gset1 Ref0000 S mod16u Ref0000 S div16u Ref0000 S pop_lset Ref0000 S pop_gset1 Ref0000 S empy16s Ref0000 S push_lset Ref0000 S mod8u Ref0000 S

rtc._c

/******************************************/ /* 目标MCU:MEGA8 晶振:内部RC(INT) 8MHZ */ /******************************************/ //说明:ATMEGA8只有在使用内部RC振荡器,T2使用异步时钟的 // 情况下,外接的32.768KHZ的晶振才

rtc.lis

.module rtc.c .area data(ram, con, rel) 0000 _mon:: 0000 .blkb 2 .area idata 0000 1F1C

rtc.c

/***************************************************************************** * rtc.c: Realtime clock C file for NXP LPC23xx/34xx Family Microprocessors * * Copyright(C) 2006, NXP Semicond

rtc.opt

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

rtc.h

/***************************************************************************** * rtc.h: Header file for NXP LPC23xx/24xx Family Microprocessors * * Copyright(C) 2006, NXP Semiconductor *

rtc.c

//==================================================================== // File Name : RTC.c // Function : S3C24X0 RTC Test // Program : Kang, Weon Tark // Date : May 22, 2002 // Version