代码搜索:RTC

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

代码结果 10,000
www.eeworm.com/read/216245/4898739

h rtc.h

/********************************************************************************************************* **文件名称: RTC.h **功能说明: RTC操作软件包头文件 **使用说明: **********************************************
www.eeworm.com/read/216245/4898740

c rtc.c

/********************************************************************************************************* **文件名称: RTC.c **功能说明: RTC操作软件包 **使用说明: *************************************************
www.eeworm.com/read/216245/4899144

h rtc.h

/********************************************************************************************************* **文件名称: RTC.h **功能说明: RTC操作软件包头文件 **使用说明: **********************************************
www.eeworm.com/read/216245/4899145

c rtc.c

/********************************************************************************************************* **文件名称: RTC.c **功能说明: RTC操作软件包 **使用说明: *************************************************
www.eeworm.com/read/216095/4899764

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/216095/4899798

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/214447/4908169

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
www.eeworm.com/read/213308/4917307

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/213308/4917335

c rtc.c

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

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