代码搜索结果
找到约 10,000 项符合
RTC 的代码
task0.c
#include "main.h"
#include "task0.h"
extern RTC_TIME RTC;
/*按键定义*/
sbit KEY0 = P3^2;
sbit KEY1 = P3^3;
sbit KEY2 = P3^4;
sbit KEY3 = P3^5;
void task0_init(void)
{
}
void task0(v
task0.lst
C51 COMPILER V8.09 TASK0 04/06/2008 17:52:30 PAGE 1
C51 COMPILER V8.09, COMPILATION OF MODULE TASK0
OBJECT MODULE PLACED IN t
task0.c
#include "main.h"
#include "task0.h"
extern RTC_TIME RTC;
/*按键定义*/
sbit KEY0 = P3^2;
sbit KEY1 = P3^3;
sbit KEY2 = P3^4;
sbit KEY3 = P3^5;
void task0_init(void)
{
}
void task0(v
apmsleep.c
/* apmsleep.c:
* Suspend computer using APM and wake-up at given time using
* the Real Time Clock (RTC) device.
*
* see man page apmsleep.1 for further details
*
* Possible applications:
*
readme.txt
-------- PROJECT GENERATOR --------
PROJECT NAME : RTC_test
PROJECT DIRECTORY : C:\Documents and Settings\aguan.TSINGHUA-5E69FB\桌面\SH_test\RTC_test\RTC_test
CPU SERIES : SH-3
CPU TYPE : SH7709S
T
xsrtc.h
#ifndef RTC_H
#define RTC_H
/******************************************************************************
**
** COPYRIGHT (C) 2000, 2001 Intel Corporation.
**
** This software as well as the
xsrtc.h
#ifndef RTC_H
#define RTC_H
/******************************************************************************
**
** COPYRIGHT (C) 2000, 2001 Intel Corporation.
**
** This software as well as the
main.lst
ARM COMPILER V2.00f, main 20/02/05 12:31:00 PAGE 1
ARM COMPILER V2.00f, COMPILATION OF MODULE main
OBJECT MODULE PLACED IN
config.c
/*
* arch/m68k/bvme6000/config.c
*
* Copyright (C) 1997 Richard Hirst [richard@sleepie.demon.co.uk]
*
* Based on:
*
* linux/amiga/config.c
*
* Copyright (C) 1993 Hamish Macdonald
*
* Th
my_ez80f91.h
/************************************************************/
/* */
/* my_eZ80F91.h -- my eZ80F91 Internal I/O Port Definitions */
/*