代码搜索:RTC模块
找到约 10,000 项符合「RTC模块」的源代码
代码结果 10,000
www.eeworm.com/read/279294/10447632
c rtc.c
#include "..\..\inc\44b.h"
#include "..\..\inc\44blib.h"
#include "..\..\inc\cputest\rtc.h"
void __irq Rtc_Tick(void);
char *date[8] = {"","SUN","MON","TUE","WED","THU","FRI","SAT"};
volatile u
www.eeworm.com/read/353228/10460951
c rtc.c
/*****************************************************************************
* rtc.c:
*****************************************************************************/
#include "config.h"
www.eeworm.com/read/353228/10461000
h rtc.h
/*****************************************************************************
* rtc.h
******************************************************************************/
#ifndef __RTC_H
#define _
www.eeworm.com/read/353224/10461645
c rtc.c
/*****************************************************************************
* rtc.c: Realtime clock C file for Philips LPC214x Family Microprocessors
*
* Copyright(C) 2006, Philips Semic
www.eeworm.com/read/353224/10461651
opt 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 {
www.eeworm.com/read/353224/10461655
h rtc.h
/*****************************************************************************
* rtc.h: Header file for Philips LPC214x Family Microprocessors
*
* Copyright(C) 2006, Philips Semiconductor
www.eeworm.com/read/424156/10486383
h 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;
www.eeworm.com/read/424156/10486394
d 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
www.eeworm.com/read/424156/10486421
__i 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"
www.eeworm.com/read/424156/10486426