代码搜索:RTC模块

找到约 10,000 项符合「RTC模块」的源代码

代码结果 10,000
www.eeworm.com/read/281566/9149960

c rtc.c

#include "../inc/44b.h" #include "../inc/rtc.h" #define RTC_RW_EN() rRTCCON = 1 //|= 1 #define RTC_RW_DS() rRTCCON &= 0xfe extern int MCLK; void RtcSetDay(TIME_STRUC *time) { RTC_R
www.eeworm.com/read/183593/9149966

h rtc.h

#ifndef __RTC_H__ #define __RTC_H__ int Test_Rtc_Alarm(void); void Test_Rtc_Tick(void); void Display_Rtc(void); void Rtc_Init(void); #define TESTYEAR (0x99) #define TESTMONTH (0x12) #d
www.eeworm.com/read/183593/9150062

c rtc.c

#include "..\inc\44b.h" #include "..\inc\44blib.h" #include "..\inc\rtc.h" void __irq Rtc_Tick(void); char *date[8] = {"","SUN","MON","TUE","WED","THU","FRI","SAT"}; volatile unsigned int sec_t
www.eeworm.com/read/183593/9150153

err rtc.err

www.eeworm.com/read/183546/9154894

h rtc.h

//==================================================================== // File Name : RTC.h // Function : S3C2440 RTC Head file // Program : // Date : May 06, 2002 // Version : 0.1 //
www.eeworm.com/read/183546/9155191

c rtc.c

//==================================================================== // File Name : RTC.c // Function : S3C2440 RTC Head file // Program : // Date : May 06, 2002 // Version : 0.1 //
www.eeworm.com/read/183504/9156348

c rtc.c

/************************************************************************* * Copyright (C) Asic Center. 2002 * All Rights Reserved * * Filename : rtc.c * Function : realtime clock * R
www.eeworm.com/read/379862/9173686

c rtc.c

/************************************************************************* * Copyright (C) Asic Center. 2002 * All Rights Reserved * * Filename : rtc.c * Function : realtime clock * R
www.eeworm.com/read/379620/9191431

c rtc.c

//==================================================================== // File Name : RTC.c // Function : S3C24X0 RTC Test // Program : Kang, Weon Tark // Date : May 22, 2002 // Version
www.eeworm.com/read/379620/9191458

o rtc.o