代码搜索:RTC模块
找到约 10,000 项符合「RTC模块」的源代码
代码结果 10,000
www.eeworm.com/read/430963/8715647
c rtc.c
#include "RTC.h"
#include "RTC_ICO.c"
#include "Simulate_Clock_Pane.c"
#include "Clock_Logo.c"
#include "Time_Date_Icon.c"
#include "Time_Date_SmallIcon.c"
/*======================
www.eeworm.com/read/430402/8750227
c rtc.c
//====================================================================
// File Name : RTC.c
// Function : S3C24X0 RTC Test
// Program : Kang, Weon Tark
// Date : May 22, 2002
// Version
www.eeworm.com/read/430402/8750248
o rtc.o
www.eeworm.com/read/430350/8754349
c rtc.c
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
www.eeworm.com/read/430049/8770938
opt rtc.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/286249/8780584
h rtc.h
/*------------------------------------------------------------------------------------------------------
** Modified by:
** Modified date:
** Version:
** Descriptions:
**
***********************
www.eeworm.com/read/286020/8794612
c rtc.c
/*********************************************************************************************
* File: rtc.c
* Author: embest
* Desc: rtc source code
* History:
* Create: Rijing Date: 2003.08
www.eeworm.com/read/286020/8794634
h rtc.h
#ifndef __RTC_H__
#define __RTC_H__
#define TESTYEAR (0x04)
#define TESTMONTH (0x08)
#define TESTDAY (0x11)
#define TESTDATE (0x04) // SUN:1 MON:2 TUE:3 WED:4 THU:5 FRI:6 SAT:7
#
www.eeworm.com/read/286020/8794651
c rtc.c
#include "..\..\common\44blib.h"
#include "..\..\common\44b.h"
#include "..\..\common\rtc.h"
char *date[8] = {"","SUN","MON","TUE","WED","THU","FRI","SAT"};
volatile unsigned int sec_tick;
vola
www.eeworm.com/read/285920/8801434
h rtc.h
#ifndef __RTC_H__
#define __RTC_H__
#include "..\inc\def.h"
#define RTC_SECOND_CHANGE 1
#define RTC_MINUTE_CHANGE 2
#define RTC_HOUR_CHANGE 3
#define RTC_DAY_CHANGE 4
#define RTC_MONTH