代码搜索结果
找到约 10,000 项符合
RTC 的代码
rtc.c
/*****************************************
NAME: RTC.c
DESC: RTC test
WWW.YCTEK.COM
*****************************************/
#include "2410addr.h"
#include "2410lib.h"
#include "RTC.h"
rtc.h
//====================================================================
// File Name : RTC.h
// Function : S3C2440 RTC Head file
// Program :
// Date : May 06, 2002
// Version : 0.1
//
rtc.h
#ifndef __RTC__
#define __RTC__
/* Includes */
#include "derivative.h" /* include peripheral declarations */
#include "FslTypes.h"
#include "Config.h"
/*** Conditional Compilation for Real
rtc.c
#include "RTC.h"
/*********************************************************/
void RTC_Init(void)
{
RTCSC = RTCSC_RTIE_MASK | SAMPLE_TIME; // Enable RTC and set time interval
RTCMOD = 0;
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
rtc.c
//====================================================================
// File Name : RTC.c
// Function : S3C24X0 RTC Test
// Program : Kang, Weon Tark
// Date : May 22, 2002
// Version
rtc.c
//====================================================================
// File Name : RTC.c
// Function : S3C24X0 RTC Test
// Program : Kang, Weon Tark
// Date : May 22, 2002
// Version
rtc.c
/**************************************************************************************
*
* Project Name : S3C6400 Validation
*
* Copyright 2006 by Samsung Electronics, Inc.
* All rights reserve
rtc.h
/**************************************************************************************
*
* Project Name : S3C6400 Validation
*
* Copyright 2006 by Samsung Electronics, Inc.
* All rights reserve