代码搜索:RTC

找到约 10,000 项符合「RTC」的源代码

代码结果 10,000
www.eeworm.com/read/184406/9106240

c m41t11rtc.c

/* m41t11RTC.c - RTC m41t11 real time clock driver */ /* Copyright 2003-2004, Flexcomm Technology (Shenzhen) Limited.*/ /* Copyright 1984-1994, Wind River Systems, Inc. */ /* modification hist
www.eeworm.com/read/174961/9567114

txt readme.txt

这个例子是用来控制<mark>rtc</mark>的工作的例程。 使用时,按以下步骤进行: 1、将SEED-DSK5509 J1连接器与仿真器的插头相连接; 2、上电; 3、打开CCS; 4、装入目录下的C5509.gel; 5、装入gpio.pjt; 程序的主要内容是: 1、初始化<mark>RTC</mark>。 2、配置<mark>RTC</mark>中断向量,提示用户<mark>RTC</mark>的状态。 ...
www.eeworm.com/read/360157/10108299

txt readme.txt

这个例子是用来控制<mark>rtc</mark>的工作的例程。 使用时,按以下步骤进行: 1、将SEED-DSK5509 J1连接器与仿真器的插头相连接; 2、上电; 3、打开CCS; 4、装入目录下的C5509.gel; 5、装入gpio.pjt; 程序的主要内容是: 1、初始化<mark>RTC</mark>。 2、配置<mark>RTC</mark>中断向量,提示用户<mark>RTC</mark>的状态。 ...
www.eeworm.com/read/356542/10224982

c funcs.c

#ifndef OS_MASTER_FILE #include "includes.h" #include "AVR_PQ1A.h" #endif #pragma data:code const SEGMENT[16]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d, 0x07, 0x7f,0x6f,0x77,0x7c,0x39,0x5e,
www.eeworm.com/read/161466/10407008

bak ex5.bak

#include "5510drv.h" void main (void) { unsigned char se,mi; se=GetRTCtime(RTC_sec); mi=GetRTCtime(RTC_min); printf("%d:%d",se,mi); }
www.eeworm.com/read/161466/10407059

c ex5.c

#include "5510drv.h" void main (void) { unsigned char se=0,mi=0; se=GetRTCtime(RTC_sec); mi=GetRTCtime(RTC_min); printf("%02d:%02d",se,mi); }
www.eeworm.com/read/274659/10860374

txt readme.txt

这个例子是用来控制<mark>rtc</mark>的工作的例程。 使用时,按以下步骤进行: 1、将SEED-DSK5509 J1连接器与仿真器的插头相连接; 2、上电; 3、打开CCS; 4、装入目录下的C5509.gel; 5、装入gpio.pjt; 程序的主要内容是: 1、初始化<mark>RTC</mark>。 2、配置<mark>RTC</mark>中断向量,提示用户<mark>RTC</mark>的状态。 ...
www.eeworm.com/read/282125/7121010

c demo.c

#include #include //#include //#include #include #include //#include #include #include #i
www.eeworm.com/read/463536/7178765

_c ds1302._c

#include //包含型号头文件 #include //包含"位"操作头文件 #define uchar unsigned char #define uint unsigned int #define TRUE 1 #define FALSE 0 #include "YJ1602.C" //包含1602液晶函数文件
www.eeworm.com/read/463536/7178771

c ds1302.c

#include //包含型号头文件 #include //包含"位"操作头文件 #define uchar unsigned char #define uint unsigned int #define TRUE 1 #define FALSE 0 #include "YJ1602.C" //包含1602液晶函数文件