代码搜索结果
找到约 10,000 项符合
RTC 的代码
rtc.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }
rtc.hex
:10046800D29700D2960000000000C297000000005A
:0604780000C29600002204
:10049400C29700D2960000000000D297000000002E
:0104A4002235
:0302F1001204688C
:1002F400E4FEEFA806088002C333D8FC30E704D23A
:10030
rtc.plg
礦ision2 Build Log
Project:
E:\download\KEIL C example\RTC\RTC.uv2
Project File Date: 07/04/2003
Output:
rtc.h
#ifndef __RTC_H__
#define __RTC_H__
typedef struct{
unsigned short year;
unsigned char month;
unsigned char day;
unsigned char weekday;
unsigned char hour;
unsigned char min;
unsigne
rtc.c
#include "../inc/44b.h"
#include "../inc/rtc.h"
#define RTC_RW_EN() rRTCCON = 1 //|= 1
#define RTC_RW_DS() rRTCCON &= 0xfe
extern int MCLK;
void RtcSetDay(TIME_STRUC *time)
{
RTC_R
rtc.h
/************************************************************************************
* Copyright (c), 2004-2007,西安铭朗电子科技有限责任公司
* All rights reserved.
*
* Http: www.mlarm.com
* Email
rtc.c
////////////////////////////////////////////////////////////////
// 无线传感器网络节点程序 //
// 实时时钟部分 //
// 编
rtc.h
#ifndef __RTC_H__
#define __RTC_H__
int Test_Rtc_Alarm(void);
void Test_Rtc_Tick(void);
void Display_Rtc(void);
void DisplayRtc(void);
void Rtc_Init(void);
#define TESTYEAR (0x99)
#define