代码搜索结果

找到约 10,000 项符合 RTC 的代码

ds1302.c.bak.full

/*!*************************************************************************** *! *! FILE NAME : ds1302.c *! *! DESCRIPTION: Implements an interface for the DS1302 RTC through Etrax I/O *! *! Functio

ds1302.c

/*!*************************************************************************** *! *! FILE NAME : ds1302.c *! *! DESCRIPTION: Implements an interface for the DS1302 RTC through Etrax I/O *! *! Functio

ds1302ppc.c

1 /*!*************************************************************************** 2 *! 3 *! FILE NAME : ds1302.c 4 *! 5 *! DESCRIPTION: Implements an interface for the DS1302 RTC through E

initial.lst

C51 COMPILER V7.06 INITIAL 11/09/2004 16:39:44 PAGE 1 C51 COMPILER V7.06, COMPILATION OF MODULE INITIAL OBJECT MODULE PLACED IN

initial.c

//*********************************************************************** //FILE: initial.c //功能: 初始化所有外设 //*********************************************************************** #include"HI2C_C5

main.c

#include #include #include "Target\44blib.h" #include "rtctest\rtc.h" void * function[][2]= { (void *)Display_Rtc, "RTC(display) ", (void *)Test_Rtc_Alarm, "RTC(

c51_operate_ds12887.txt

C51读写DS12887程序 C51读写DS12887程序 已用于开发的无线电子衡器上 包括RTC.h及RTC.c ///////////////////////////////////////// // 接口 RTC.h //////////////////////////////////////// #i nclude //*******DS128

kclock.c

/* See COPYRIGHT for copyright information. */ /* Support for two time-related hardware gadgets: 1) the run time * clock with its NVRAM access functions; 2) the 8253 timer, which * generates interr

kwconfig.ini

[KW_CONFIG] [RS232] 115200,8,N,1 [FILENAME] DAT,0,TXT [RTC] 07-09-19-14-12-53,1

main.c

#include #include #include "Target\44blib.h" #include "rtctest\rtc.h" /********************************************/ // ARMSYS实验九:实时时钟(RTC)应用测试 // 描述:设置和读出实时时钟的当前时间。 /