代码搜索结果
找到约 10,000 项符合
RTC 的代码
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
#ifndef __RTC_H__
#define __RTC_H__
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\def.h"
void Set_Rtc_Tick(void);
void Rtc_Init(void);
void Rtc_Alarm(void);
void Rtc_
rtc.c
#include "..\inc\rtc.h"
#include "..\ucos_ii\ucos_ii.h"
char *date[7] = {"SUN","MON","TUE","WED","THU","FRI","SAT"};
char *month[12]={ "January ","February ","March ","April ", "May
rtc.c
//====================================================================
// File Name : RTC.c
// Function : S3C24X0 RTC Test
// Program : Kang, Weon Tark
// Date : May 22, 2002
// Version
rtc.h
typedef struct
{
INT16U year;
INT8U month;
INT8U day;
INT8U weekday;
INT8U hour;
INT8U min;
INT8U sec;
}TIME_STRUC;
extern TIME_STRUC TIME2220;
void LPC2220SetRTC(void);
void Read
rtc.c
#ifndef _Include
#include "Include.h"
#endif
TIME_STRUC TIME2220;
/****************************************************************************
* 名称:RTCIni()
* 功能:初始化实时时钟。
* 入口参数:无
* 出口参数:无
rtc.src
; .\rtc.SRC generated from: ..\SourceFile\rtc.c
; COMPILER INVOKED BY:
; C:\Program Files\Keil\C51\BIN\C51.EXE ..\SourceFile\rtc.c LARGE BROWSE DEBUG OBJECTEXTEND PRINT(.\rtc.lst) SRC(.\rtc.S