代码搜索结果
找到约 10,000 项符合
RTC 的代码
rtc.c
//====================================================================
// File Name : RTC.c
// Function : S3C24X0 RTC Test
// Program : Kang, Weon Tark
// Date : May 22, 2002
// Version
rtc.h
#ifndef __RTC_H_
#define __RTC_H_
#include "os_cpu.h"
//定义本工程的编译时间
#define Build_Year 0x03
#define Build_Month 0x12
#define Build_Day 0x26
#define Build_Hour 0x22
rtc.c
/****************************************************************************
【文 件 名 称】RTC.c
【功 能 描 述】三星S3C44B0X板 uC/OS-II 驱动程序代码----RTC
【程 序 版 本】1.0
【创建人及创建日期】龚俊//2003-12-19 10:57
【修改人及
rtc.c
#include
#include
int RTC_Timer_Counter;
void delay(int x)
{ int j=0;
while(x>=0)
{ for (j=0; j