代码搜索结果
找到约 10,000 项符合
RTC 的代码
rtcalarm.c
#include "2410lib.h"
#include "2410addr.h"
#include "timer.h"
char *date[8] = { "","SUN","MON", "TUES", "WED", "THURS","FRI", "SAT" } ;
void __irq IsrAlarm(void);
//设置RTC ALARM 时间
void setRT
在pxa270上替换实时时钟rtc4513为ds1302.txt
1.)新增RtcInclude.h文件,把三个函数的声明放到里面.
2.)修改Init.c文件,包含RtcInclude.h文件,其他相关的函数调用也要改过来
pTime.wDayOfWeek = 1;改为pTime.wDayOfWeek = 4;
pTime.wHour = 23;的23改为1
3.)rtc4513.c改为ds1302.c文件
4.)需要修改
readme.txt
===========================================================================================
4.5 实时钟实验
===========================================================================================
atmega103.src
buttons.c
crc.c
global.c
initialise.c
lcd.c
main.c
power.c
rtc.c
runtime.c
serial.c
timeciir.c
/****************************************************************************
* 文件名:TIMECIIR.C
* 功能:利用RTC的增量功能进行1S的定时,当定时时间到时,取反蜂鸣器控制I/O。
* 说明:将跳线器JP9短接,JP4断开。
************************************
repository
netcam_cpld_hddprotect/ncos/extensions/net/src/stack/rtc
.depend
at91_rtc.o: at91_rtc.c \
/home/9315/linux-2.4.21-crus-1-4-3/include/linux/module.h \
/home/9315/linux-2.4.21-crus-1-4-3/include/linux/fs.h \
/home/9315/linux-2.4.21-crus-1-4-3/include/linux/m
readme_quickstart.txt
---------------
BCB_Client1
---------------
Client Lesson 1 (get files from a Server), using Borland C++ Builder
---------------
BCB_Server1
---------------
Server Lesson 1 (a simple Web
clksupport.h
/*
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C) 2
ds1302.c
//////////////////////////////////////////////////////////////////////////
//// DS1302.C ////
//// Driver for Real Time Cl