代码搜索:RTC模块
找到约 10,000 项符合「RTC模块」的源代码
代码结果 10,000
www.eeworm.com/read/363330/9959040
h rtc.h
#ifndef __RTC_H__
#define __RTC_H__
void Test_Rtc_Alarm(void);
//void Test_Rtc_Tick(void);
void Display_Rtc(void);
//void Rtc_Init(void);
//void __irq Rtc_Tick(void);
//void __irq Rtc_Int(v
www.eeworm.com/read/363093/9967925
c rtc.c
#include"config.h"
void __irq timer0_int(void)
{uint8 i;
xhanzi(0,XX-7,0,0,CCTAB);
xhanzi(0,XX-5,1,0,CCTAB);
xhanzi(0,XX-3,2,0,CCTAB);
xhanzi(0,XX-1,3,0,CCTAB);
if(XX
www.eeworm.com/read/363039/9970511
c rtc.c
/*****************************************
NAME: RTC.c
DESC: RTC test
WWW.YCTEK.COM
*****************************************/
#include "2410addr.h"
#include "2410lib.h"
#include "RTC.h"
www.eeworm.com/read/363039/9970566
h rtc.h
//====================================================================
// File Name : RTC.h
// Function : S3C2440 RTC Head file
// Program :
// Date : May 06, 2002
// Version : 0.1
//
www.eeworm.com/read/362646/9988145
opt rtc.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }
www.eeworm.com/read/362646/9988154
plg rtc.plg
礦ision2 Build Log
Project:
F:\dp-1581\program\EEPROM\EEPROM.uv2
Project File Date: 01/05/1999
Output:
Build target 'Target 1'
compiling PCF85
www.eeworm.com/read/362646/9988176
lnp rtc.lnp
"VIIC_C51.obj",
"Zlg7289.obj",
"EEPROM.obj"
TO "rtc"
RAMSIZE(256)
www.eeworm.com/read/166815/9996461
h rtc.h
#ifndef __RTC_H__
#define __RTC_H__
int Test_Rtc_Alarm(void);
void Test_Rtc_Tick(void);
void Display_Rtc(void);
void Rtc_Init(void);
#define TESTYEAR (0x99)
#define TESTMONTH (0x12)
#d
www.eeworm.com/read/166815/9996510
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/362343/10003031
h rtc.h
#ifndef __RTC_H__
#define __RTC_H__
int Test_Rtc_Alarm(void);
void Test_Rtc_Tick(void);
void Display_Rtc(void);
void Rtc_Init(void);
void WriteRtc(void);
#define TESTYEAR (0x99)
#defi