代码搜索结果

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

rtc.prj

# Standard Project file created by RVDEBUG. Do not hand edit unless # you know what you are doing. Use the Settings Window # Copyright (c) 2002 - ARM Ltd $sARM_C22.stp [PROJECT] author_=USB00423

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 "2410lib.h" #include "2410addr.h" #include "def.h" U8 year,month,date,weekday,hour,min,sec,RTC_pulse,cov_data; int enable_beep = 1; void __irq IsrAlarm(void); void __irq Tick_Isr(vo

rtc.c

#include "def.h" #include "2410addr.h" #include "rtcapi.h" #include "2410lib.h" #define TotSecPerDay 86400 #define TotDaysPerYear 365 #define TotDaysPer4Year 1461 #define TotDaysPer100Year

rtc.tff

# TextFileFormat (leave this tag as magic token!) # BVQX file format for *.RTC files (Reference Time Course) # RTC FileVersions supported: 2, POI/ROI/VOI # # Version: v0.6e # Build: 7030215

rtc.c

#include "..\inc\2410addr.h" #include "..\inc\2410lib.h" void Rtc_Set(char year, char mon, char date,char hour, char min, char sec) { rRTCCON = 1; rBCDYEAR= (((year/10)