代码搜索:RTC模块
找到约 10,000 项符合「RTC模块」的源代码
代码结果 10,000
www.eeworm.com/read/351474/10648081
c rtc.c
/*
\\\|///
\\ - - //
( @ @ )
+---------------------oOOo-(_)-oOOo-------------------------+
| 智林STM32开
www.eeworm.com/read/351437/10650175
c rtc.c
/*
*********************************************************
* Copyright (c)
* All rights reserved.
*
* 文件名称:rtc.c
* 文件标识:
* 摘 要:S3C2410 RTC Test Program
* 当前版本:1.0
* 作
www.eeworm.com/read/351348/10657133
c rtc.c
//====================================================================
// File Name : RTC.c
// Function : S3C24X0 RTC Test
// Program : Kang, Weon Tark
// Date : May 22, 2002
// Version
www.eeworm.com/read/277050/10673253
c rtc.c
#include "DSK2812.h"
#include "DSP28_Device.h"
/*********************************************************************************************
filename: void init_rtc(void)
******************
www.eeworm.com/read/277050/10673284
paf rtc.paf
www.eeworm.com/read/277050/10673324
pjt rtc.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="RTC"
ProjectDir="D:\ti28\myprojects\RTC\"
ProjectType=Executable
CPUFamily=TMS320C2
www.eeworm.com/read/277050/10673364
wks rtc.wks
www.eeworm.com/read/158759/10730220
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/158759/10730377
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
www.eeworm.com/read/158759/10730507