代码搜索结果

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

rtc.c

/****************************************Copyright (c)************************************************** ** 广州周立功单片机发展有限公司 ** 研 究

rtc.h

/****************************************Copyright (c)************************************************** ** 广州周立功单片机发展有限公司 ** 研 究

rtc.c

/* ** Copyright (C) ARM Limited, 2002. All rights reserved. */ /* ** Instantiate structure irq0 - to be placed over peripheral registers ** by scatter file */ #include "intgrt_struct.h"

rtc.h

#ifndef __RTC_H__ #define __RTC_H__ int Test_Rtc_Alarm(void); void Test_Rtc_Tick(void); void Display_Rtc(void); void DisplayRtc(void); void Rtc_Init(void); #define TESTYEAR (0x99) #define

rtc.c

#include "..\inc\44b.h" #include "..\inc\44blib.h" #include "..\inc\rtc.h" void __irq Rtc_Tick(void); void __irq Rtc_display(void); char *date[8] = {"","SUN","MON","TUE","WED","THU","FRI","SAT"