代码搜索结果
找到约 10,000 项符合
RTC 的代码
rtc.asl
Device(RTC) { // Real Time Clock Device
Name(_HID, EISAID("PNP0B00")) // Hardware Device ID
Name (_CRS,Bu
rtc.h
//====================================================================
// File Name : RTC.h
// Function : S3C2440 RTC Head file
// Program :
// Date : May 06, 2002
// Version : 0.1
//
rtc.c
//====================================================================
// File Name : RTC.c
// Function : S3C2440 RTC Head file
// Program :
// Date : May 06, 2002
// Version : 0.1
//
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.cpp
/****************************************************************************
【文 件 名 称】RTC.c
【功 能 描 述】三星S3C44B0X板 uC/OS-II 驱动程序代码----RTC
【程 序 版 本】1.0
【创建人及创建日期】龚俊//2003-12-19 10:57
【修改人及