代码搜索结果
找到约 10,000 项符合
RTC 的代码
rtc.map
MPLINK 4.20, Linker
Linker Map File - Created Sat Sep 27 13:52:33 2008
Section Info
Section Type Address Location Size(Bytes)
rtc.mptags
!_TAG_FILE_FORMAT 2 /extended format; --format=1 will not append ;" to lines/
!_TAG_FILE_SORTED 1 /0=unsorted, 1=sorted, 2=foldcase/
!_TAG_PROGRAM_AUTHOR Darren Hiebert /dhiebert@users.sourceforge.n
rtc.err
Error[yy] C:\4XK20 Release\Real Time Clock\rtc.c 1 : syntax error
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
rtc.c
/*****************************************************************************
* Copyright Statement:
* --------------------
* This software is protected by Copyright and the information contain
rtc.h
//====================================================================
// File Name : RTC.h
// Function : S3C2440 RTC Head file
// Program :
// Date : May 06, 2002
// Version : 0.1
//
rtc.err
"rtc.c", line 245: Warning: C2917W: no side effect in void context: 'unary *'
"rtc.c", line 255: Warning: C2917W: no side effect in void context: 'unary *'
"rtc.c", line 266: Warning: C2