代码搜索结果
找到约 7,852 项符合
RTC 的代码
rtc.c
//about real-time-clock
#include "../ucos-ii/includes.h" /* uC/OS interface */
OS_EVENT *Rtc_Rw_Sem; //Rtc读写控制权旗语
//and you can use it as folloeing:
// Rtc_Rw_Sem=O
rtc.h
/*
* RTC Masks
*/
#ifndef __BFIN_PERIPHERAL_RTC__
#define __BFIN_PERIPHERAL_RTC__
/* RTC_STAT and RTC_ALARM Masks */
#define RTC_SEC 0x0000003F /* Real-Time Clock Seconds */
#define RTC_MIN 0x
rtc.c
/* rtc not implemented yet */
int cma_rtc_not_implemented = 1;
rtc.h
/* rtc not implemented yet */
extern int cma_rtc_not_implemented;
rtc.c
//====================================================================
// File Name : rtc.c
// Function : S3C2443 RTC Test Program
// Date : June. 5, 2006
// Version : 0.0
// History
//
rtc.h
//====================================================================
// File Name : rtc.c
// Function : S3C2443 RTC Test Program
// Date : June. 05, 2005
// Version : 0.0
// History
//
rtc.c
/****************************************************************************
【文 件 名 称】RTC.c
【功 能 描 述】三星S3C44B0X板 uC/OS-II 驱动程序代码----RTC
【程 序 版 本】1.0
【创建人及创建日期】icesoar//2003-12-19 10:57
rtc.h
/*
* Generic RTC interface.
* This version contains the part of the user interface to the Real Time Clock
* service. It is used with both the legacy mc146818 and also EFI
* Struct rtc_time and fi