代码搜索结果
找到约 7,852 项符合
RTC 的代码
rtas-rtc.c
#include
#include
#include
#include
#include
#include
#include
#include
#include
rtc.c
/* $Id: rtc.c,v 1.28 2001/10/08 22:19:51 davem Exp $
*
* Linux/SPARC Real Time Clock Driver
* Copyright (C) 1996 Thomas K. Dyas (tdyas@eden.rutgers.edu)
*
* This is a little driver that lets a us
regs-rtc.h
/* linux/include/asm/arch-s3c2410/regs-rtc.h
*
* Copyright (c) 2003 Simtec Electronics
* http://www.simtec.co.uk/products/SWLINUX/
*
* This program is free software; y
rtc.h
#ifndef __ASM_CPU_SH4_RTC_H
#define __ASM_CPU_SH4_RTC_H
/* SH-4 RTC */
#define R64CNT 0xffc80000
#define RSECCNT 0xffc80004
#define RMINCNT 0xffc80008
#define RHRCNT 0xffc8000c
#define RWKCNT
rtc.h
#ifndef __ASM_CPU_SH3_RTC_H
#define __ASM_CPU_SH3_RTC_H
/* SH-3 RTC */
#define R64CNT 0xfffffec0
#define RSECCNT 0xfffffec2
#define RMINCNT 0xfffffec4
#define RHRCNT 0xfffffec6
#define RWKCNT
rtc.h
/*
-02/24/2006: Petre M.
-this file contains declarations of functions and variables used in rtc.c
*/
//the weekday, day, month and year are represented with their digits
//Year has onl
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.lst
C51 COMPILER V7.06 RTC 10/13/2006 09:21:10 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE RTC
OBJECT MODULE PLACED IN 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.c
/*
* linux/arch/sh/kernel/rtc.c -- SH3 / SH4 on-chip RTC support
*
* Copyright (C) 2000 Philipp Rumpf
* Copyright (C) 1999 Tetsuya Okada & Niibe Yutaka
*/
#include