代码搜索结果
找到约 10,000 项符合
RTC 的代码
main.c
#include
#include
#include "Target\44blib.h"
#include "rtctest\rtc.h"
/********************************************/
// ARMSYS实验九:实时时钟(RTC)应用测试
// 描述:设置和读出实时时钟的当前时间。
/
lcd_j.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0004 // Tools: 'ARM-ADS'
Group (Source Group 1)
Group (arm_core)
Group (RTC)
Group (LCD_J)
File 1,2,
i2c_dir.h
#ifndef __I2C_H__
#define __I2C_H__
#include "config.h"
void I2C_Init (bit Mode);
BOOL I2C_Rcv(char SLAVE,bit type,int addr, char I2C_Num);
I2C_Rcv_data(void);
BOOL I2C_Send(char SLAVE,bit typ
hellofinally.c
//灶头
//date 2005/08/03
#include /* special function register declarations */
/* for the Philips P89C935 device */
#include
smartclock.c
#include "..\header files\includes.H"
#include "smaRTClock.h"
//-----------------------------------------------------------------------------
// Global Constants and Variables
//------------
smartclock.lst
C51 COMPILER V8.17 SMARTCLOCK 03/26/2009 14:31:59 PAGE 1
C51 COMPILER V8.17, COMPILATION OF MODULE SMARTCLOCK
OBJECT MODULE PLACED
使用说明—设置系统时间.txt
.\INCLUDE\RTC.h 系统时间相关库函数
启动PDA第一次要调用FirstGetData函数。
其它设置时间函数,请参考时间设置部分。
task3.c
#include "main.h"
#include "task3.h"
#include "ds1302.h"
RTC_TIME RTC;
//任务3
void task3_init(void)
{
ds1302_init();
}
void task3(void)
{
static unsigned char i=0;
if(key_opera
task3.c
#include "main.h"
#include "task3.h"
#include "ds1302.h"
RTC_TIME RTC;
//任务3
void task3_init(void)
{
ds1302_init();
}
void task3(void)
{
static unsigned char i=0;
if(key_opera
idle.c
/*****************************************
NAME: idle.c
DESC: IDLE mode test
HISTORY:
03.23.2002:purnnamu: first release for 2410
06.02.2003:DonGo: Modified for 2442
*****************