代码搜索结果
找到约 10,000 项符合
RTC 的代码
rtc.c
//====================================================================
// File Name : RTC.c
// Function : S3C2440 RTC Head file
// Program :
// Date : May 06, 2002
// Version : 0.1
//
rtc.h
/***********************************************************************/
/* This file is part of the uVision/ARM development tools */
/* Copyright KEIL ELEKTRONIK GmbH 2002-2003
rtc.h
#ifndef __RTC_H__
#define __RTC_H__
#include "..\inc\def.h"
#define RTC_SECOND_CHANGE 1
#define RTC_MINUTE_CHANGE 2
#define RTC_HOUR_CHANGE 3
#define RTC_DAY_CHANGE 4
#define RTC_MONTH
rtc.h
#ifndef __RTC_H__
#define __RTC_H__
int year;
int month,day,weekday,hour,min,sec;
int Test_Rtc_Alarm(void);
void Rtc_Init(void);
void Read_Rtc(void);
void Display_Rtc(void);
void Test_Rt
rtc.c
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
rtc.h
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究