代码搜索:RTC模块
找到约 10,000 项符合「RTC模块」的源代码
代码结果 10,000
www.eeworm.com/read/424156/10486441
o rtc.o
www.eeworm.com/read/424156/10486481
c rtc.c
/**********************************************************************************************************************
文件名: UARTAPE.c
作者: Viboy 版本: V1.0 日期:2008-08-01
联系方式: QQ:6493388
www.eeworm.com/read/352938/10492163
h rtc.h
//******************************************************************************
// Code for application report - "Real Time Clock Library"
//
// L.Westlund
// Texas Instruments, Inc
// A
www.eeworm.com/read/352938/10492386
asm rtc.asm
;******************************************************************************
; Code for application report - "Real Time Clock Library"
;*********************************************************
www.eeworm.com/read/352938/10492427
h rtc.h
//******************************************************************************
// Code for application report - "Real Time Clock Library"
//
// L.Westlund
// Texas Instruments, Inc
// A
www.eeworm.com/read/160753/10501636
h rtc.h
#ifndef __RTC_H_
#define __RTC_H_
#include "os_cpu.h"
//定义本工程的编译时间
#define Build_Year 0x03
#define Build_Month 0x12
#define Build_Day 0x26
#define Build_Hour 0x22
www.eeworm.com/read/160753/10501801
o rtc.o
www.eeworm.com/read/160753/10501823
c rtc.c
/****************************************************************************
【文 件 名 称】RTC.c
【功 能 描 述】三星S3C44B0X板 uC/OS-II 驱动程序代码----RTC
【程 序 版 本】1.0
【创建人及创建日期】龚俊//2003-12-19 10:57
【修改人及
www.eeworm.com/read/278815/10504687
h rtc.h
#ifndef __RTC_H__
#define __RTC_H__
int Test_Rtc_Alarm(void);
void Test_Rtc_Tick(void);
void Display_Rtc(void);
void Rtc_Init(void);
#define TESTYEAR (0x99)
#define TESTMONTH (0x12)
#d
www.eeworm.com/read/278815/10504784
c rtc.c
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\rtc.h"
void __irq Rtc_Tick(void);
char *date[8] = {"","SUN","MON","TUE","WED","THU","FRI","SAT"};
volatile unsigned int sec_t