代码搜索:RTC模块
找到约 10,000 项符合「RTC模块」的源代码
代码结果 10,000
www.eeworm.com/read/373860/9431856
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/373859/9432066
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/373859/9432097
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/177250/9464021
asm rtc.asm
/*****************************************************************************************************************
(C) Copyright 2001 - Analog Devices, Inc. All rights reserved.
File Name: rtc
www.eeworm.com/read/176965/9478676
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/176965/9478704
o rtc.o
www.eeworm.com/read/176965/9478730
c 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
www.eeworm.com/read/176782/9484384
o rtc.o
www.eeworm.com/read/176782/9484454
h rtc.h
//====================================================================
// File Name : RTC.h
// Function : S3C2440 RTC Head file
// Program :
// Date : May 06, 2002
// Version : 0.1
//