代码搜索结果

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

rtc.opt

### uVision2 Project, (C) Keil Software ### Do not modify ! cExt (*.c) aExt (*.s*; *.src; *.a*) oExt (*.obj) lExt (*.lib) tExt (*.txt; *.h; *.inc) pExt (*.plm) CppX (*.cpp) DaveTm {

rtc.lnp

"rTC.obj", "VIIC_C51.obj", "STARTUP.obj" TO "rtc" RAMSIZE(256) CODE( 0X8000-0XBFFF ) XDATA( 0XC000-0XFFFF )

rtc.lst

C51 COMPILER V7.07 RTC 03/21/2004 15:05:35 PAGE 1 C51 COMPILER V7.07, COMPILATION OF MODULE RTC OBJECT MODULE PLACED IN rTC

rtc.h

typedef struct tm RTCTime; #define IMSEC 0x00000001 #define IMMIN 0x00000002 #define IMHOUR 0x00000004 #define IMDOM 0x00000008 #define IMDOW 0x00000010 #define IMDOY 0x00000020 #defi

rtc.h

typedef struct tm RTCTime; #define IMSEC 0x00000001 #define IMMIN 0x00000002 #define IMHOUR 0x00000004 #define IMDOM 0x00000008 #define IMDOW 0x00000010 #define IMDOY 0x00000020 #defi

rtc.h

typedef struct tm RTCTime; #define IMSEC 0x00000001 #define IMMIN 0x00000002 #define IMHOUR 0x00000004 #define IMDOM 0x00000008 #define IMDOW 0x00000010 #define IMDOY 0x00000020 #defi

rtc.h

/* * Extended Operating System Loader (XOSL) * Copyright (c) 1999 by Geurt Vos * * This code is distributed under GNU General Public License (GPL) * * The full text of the license can be f

rtc.asm

; ; Extended Operating System Loader (XOSL) ; Copyright (c) 1999 by Geurt Vos ; ; This code is distributed under GNU General Public License (GPL) ; ; The full text of the license can be found in

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_CHANGE