代码搜索结果

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

rtc.h

#ifndef __RTC_H__ #define __RTC_H__ #include "config.h" typedef struct { INT16U year; INT8U month; INT8U day; INT8U hour; INT8U minute; INT8U second; INT8U Wday; }RTC_INFOR;

rtc.d

.\obj\rtc.o: RTC.c .\obj\rtc.o: C:\Keil3\ARM\RV31\INC\stdio.h .\obj\rtc.o: C:\Keil3\ARM\RV31\INC\string.h .\obj\rtc.o: C:\Keil3\ARM\INC\Luminary\LM3Sxxxx.H .\obj\rtc.o: C:\Keil3\ARM\INC\Luminary\h

rtc.__i

-c --device DLM -g -O0 --apcs=interwork -I "C:\Keil3\ARM\INC\Luminary" -o ".\obj\rtc.o" --omf_browse ".\obj\rtc.crf" --depend ".\obj\rtc.d" "RTC.c"

rtc.c

/********************************************************************************************************************** 文件名: UARTAPE.c 作者: Viboy 版本: V1.0 日期:2008-08-01 联系方式: QQ:6493388

rtc.h

//****************************************************************************** // Code for application report - "Real Time Clock Library" // // L.Westlund // Texas Instruments, Inc // A

rtc.asm

;****************************************************************************** ; Code for application report - "Real Time Clock Library" ;*********************************************************

rtc.h

//****************************************************************************** // Code for application report - "Real Time Clock Library" // // L.Westlund // Texas Instruments, Inc // A

rtc.h

#ifndef __RTC_H_ #define __RTC_H_ #include "os_cpu.h" //定义本工程的编译时间 #define Build_Year 0x03 #define Build_Month 0x12 #define Build_Day 0x26 #define Build_Hour 0x22