代码搜索:RTC模块
找到约 10,000 项符合「RTC模块」的源代码
代码结果 10,000
www.eeworm.com/read/179942/9330710
h rtc.h
#ifndef __RTC_H__
#define __RTC_H__
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\def.h"
int Test_Rtc_Alarm(void);
void Test_Rtc_Tick(void);
void Display_Rtc(void);
v
www.eeworm.com/read/179942/9330792
c rtc.c
#include "..\inc\rtc.h"
#include "..\ucos_ii\ucos_ii.h"
char *date[8] = {"","SUN","MON","TUE","WED","THU","FRI","SAT"};
volatile unsigned int sec_tick;
void Display_Rtc(void)
{
www.eeworm.com/read/179197/9365396
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/179197/9365398
lnp rtc.lnp
"main.obj",
"Startup.obj"
TO "RTC"
CASE
CLASSES (DATA (0x40000000-0x40003FFF),
CODE (0x0-0x3FFFF), CONST (0x0-0x3FFFF))
www.eeworm.com/read/179197/9365407
plg rtc.plg
礦ision3 Build Log
Project:
K:\技术资料\Philips\LPC2100EXAMPLE(KEIL ARM)\EX19-RTC\RTC.uv2
Project File Date: 12/23/2005
Output:
www.eeworm.com/read/179197/9365409
map rtc.map
LA ARM LINKER/LOCATER V2.01e 02/20/2005 12:31:01 PAGE 1
LA ARM LINKER/LOCATER V2.01e, INVOKED BY:
C:\KEIL\ARM\BIN\LA.EXE main.obj, St
www.eeworm.com/read/179197/9365412
elf rtc.elf
www.eeworm.com/read/375133/9371572
c rtc.c
#include "def.h"
#include "2410addr.h"
#include "rtcapi.h"
#include "2410lib.h"
#define TotSecPerDay 86400
#define TotDaysPerYear 365
#define TotDaysPer4Year 1461
#define TotDaysPer100Year
www.eeworm.com/read/375133/9371798
o rtc.o
www.eeworm.com/read/375110/9372403
c rtc.c
/*****************************************************************************
* rtc.c: Realtime clock C file for NXP LPC23xx/34xx Family Microprocessors
*
* Copyright(C) 2006, NXP Semicond