代码搜索结果

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

pcf8563.h

#ifdef __SRC #define EXTERN #else #define EXTERN extern #endif EXTERN uint8 PCF8563_WrIn_databuf[10]; EXTERN uint8 PCF8563_RdOut_databuf[10]; /****************************

cc_build_debug.log

---------------------- Example_DPS2812M_RTC.pjt - Debug ---------------------- Build Complete, 0 Errors, 0 Warnings, 0 Remarks.

makefile

L_TARGET := char.a L_OBJS := kbd.o vga.o ry.o rtc.o include $(TOPDIR)/Rules.make

c51读写ds12887程序.txt

C51读写DS12887程序 已用于开发的无线电子衡器上 包括RTC.h及RTC.c ///////////////////////////////////////// // 接口 RTC.h //////////////////////////////////////// #include //*******DS12887 ******* #def

ds12887读写的c51源程序.c

// 接口 RTC.h //////////////////////////////////////// #include //*******DS12887 ******* #define YEAR_IN_RTC 0 #define MONTH_IN_RTC 1 #define DAY_IN_RTC

lpcrtc.h

/****************************************************************************** * * $RCSfile: $ * $Revision: $ * * Header file for Philips LPC ARM Processors. * Copyright 2004 R O SoftWare

timer.c

#include #include #include #define YEAR_IN_RTC 6 #define MONTH_IN_RTC 5 #define DAY_IN_RTC 4 #define WEEK_IN_RTC 3 #define HOUR_IN_RTC 2 #define MINUTE_IN_RTC 1 #

main.c

#include #include #include "Target\44blib.h" #include "rtctest\rtc.h" void * function[][2]= { (void *)Display_Rtc, "RTC(display) ", (void *)Test_Rtc_Alarm, "RTC(

main.c

#include #include #include "Target\44blib.h" #include "rtctest\rtc.h" void * function[][2]= { (void *)Display_Rtc, "RTC(display) ", (void *)Test_Rtc_Alarm, "RTC(

main.c

/*****************************************************************************\ * * * LwIP移植实验