代码搜索:RTC模块
找到约 10,000 项符合「RTC模块」的源代码
代码结果 10,000
www.eeworm.com/read/285288/8855871
hex rtc.hex
:10046800D29700D2960000000000C297000000005A
:0604780000C29600002204
:10049400C29700D2960000000000D297000000002E
:0104A4002235
:0302F1001204688C
:1002F400E4FEEFA806088002C333D8FC30E704D23A
:10030
www.eeworm.com/read/285288/8855899
plg rtc.plg
礦ision2 Build Log
Project:
G:\dp-51h 光盘\Example\RTC\RTC.uv2
Project File Date: 06/24/2003
Output:
Build target 'Target 1'
compiling VIIC_C51.
www.eeworm.com/read/285152/8865450
c 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
www.eeworm.com/read/384144/8893881
h 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
www.eeworm.com/read/428021/8904032
map rtc.map
******************************************************************************
TMS320C2000 COFF Linker PC Version 3.01
*******************************************************
www.eeworm.com/read/428021/8904054
obj rtc.obj
www.eeworm.com/read/284592/8914903
h rtc.h
/******************** (C) COPYRIGHT 2003 STMicroelectronics ********************
* File Name : rtc.h
* Author : MCD Application Team
* Date First Issued : 20/05/2003
* Descri
www.eeworm.com/read/284592/8914983
c rtc.c
/******************** (C) COPYRIGHT 2003 STMicroelectronics ********************
* File Name : rtc.c
* Author : MCD Application Team
* Date First Issued : 09/30/2003
* Descri
www.eeworm.com/read/284483/8926682
opt 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 {
www.eeworm.com/read/284483/8926722
c rtc.c
/*----------------------------------------------------------------------------
* Name: Timer.c
* Purpose: Timer usage for STM32
* Version: V1.00
*-------------------------------------------