代码搜索结果

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

rtc.c

/************************************************************************************** * * Project Name : S3C6400 Validation * * Copyright 2006 by Samsung Electronics, Inc. * All rights reserve

rtc.h

/************************************************************************************** * * Project Name : S3C6400 Validation * * Copyright 2006 by Samsung Electronics, Inc. * All rights reserve

rtc.c

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

rtc.mak

# This is makefile for D:\test\lab\44b0_lab\n\7_RTC\rtc.mpj # Friday, December 19, 2003 14:10:39 SHELL = sh CC = arm-elf-gcc AS = arm-elf-as LD = arm-elf-ld CFG = Debug Ram SYS_IN

rtc.h

#ifndef __RTC_H__ #define __RTC_H__ #include"44b.h" /**********************************************************************************/ //RTCCON | 3 | | 2 | | 1 | | 0 | // CLKRST CNT

rtc.h

#ifndef __RTC_H__ #define __RTC_H__ #include"44b.h" /**********************************************************************************/ //RTCCON | 3 | | 2 | | 1 | | 0 | // CLKRST CNT

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"