代码搜索:RTC
找到约 10,000 项符合「RTC」的源代码
代码结果 10,000
www.eeworm.com/read/335425/3358934
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_CHANGE
www.eeworm.com/read/334953/3360348
h 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
www.eeworm.com/read/333359/3388225
h 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
www.eeworm.com/read/333359/3388232
c rtc.c
/*
;************************************************************************************************************
;* 北京精仪达盛科技有限公司
;* 研 发
www.eeworm.com/read/332370/3399588
c rtc.c
/****************************************************************************
*
* SciTech OS Portability Manager Library
*
* ========================================================
www.eeworm.com/read/331229/3414713
h rtc.h
#ifndef __RTC_H__
#define __RTC_H__
struct rtc_time {
int tm_sec;
int tm_min;
int tm_hour;
int tm_mday;
int tm_mon;
int tm_year;
int tm_wday;
int tm_yday;
int tm_isdst;
};
int rtc_ioctl(unsig
www.eeworm.com/read/328239/3445367
c rtc.c
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
www.eeworm.com/read/327966/3452374
c rtc.c
#include
#include
#include "source.h"
#include
#include
//_nop_();0.65us fosc=18.432
/*i2c max rate: 100k, so delay is needed*/
#define DEL
www.eeworm.com/read/327966/3452394
lst rtc.lst
C51 COMPILER V7.06 RTC 10/13/2006 09:21:10 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE RTC
OBJECT MODULE PLACED IN rtc
www.eeworm.com/read/327280/3462919
h rtc.h
//about real-time-clock
#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
#d