代码搜索:时钟提取
找到约 10,000 项符合「时钟提取」的源代码
代码结果 10,000
www.eeworm.com/read/8474/148298
c ex98.c
//实例98:基于DS1302的日历时钟
#include //包含单片机寄存器的头文件
#include //包含_nop_()函数定义的头文件
/***********************************************************************
以下是DS1302芯片的操作程序
*****
www.eeworm.com/read/11273/218477
c sm2b.c
#include
#include
//****************系统时钟初始化****************//////
void SYSCLK_Init(void)
{
int i;
//启用外部振荡器
OSCXCN=0x67;
//等待振荡器起
for(i=0;i
www.eeworm.com/read/12110/239496
c pwm2.c
/////////PCA CEX0为50HZ PWM 输出模式,PCA时钟为外部输入//////////////
/////////PWM2.c//////////////////////////
#include
#define T3RUN temppage=SFRPAGE;SFRPAGE=0x01;TR3=1;SFRPAGE=temppage
#define
www.eeworm.com/read/12173/239825
c ex98.c
//实例98:基于DS1302的日历时钟
#include //包含单片机寄存器的头文件
#include //包含_nop_()函数定义的头文件
/***********************************************************************
以下是DS1302芯片的操作程序
*****
www.eeworm.com/read/13683/279990
h ds1302.h
#ifndef _DS1302
#define _DS1302
#define uchar unsigned char
/*********************DS1302 端口设置**********************/
sbit SCLK=P2^5; //DS1302时钟
sbit IO=P2^6; //DS1302 IO
sbit RST = P2^7; //D
www.eeworm.com/read/13683/280013
h ds1302.h
#ifndef _DS1302
#define _DS1302
#define uchar unsigned char
/*********************DS1302 端口设置**********************/
sbit SCLK=P2^5; //DS1302时钟
sbit IO=P2^6; //DS1302 IO
sbit RST = P2^7; //D
www.eeworm.com/read/13711/280624
c pwm2.c
/////////PCA CEX0为50HZ PWM 输出模式,PCA时钟为外部输入//////////////
/////////PWM2.c//////////////////////////
#include
#define T3RUN temppage=SFRPAGE;SFRPAGE=0x01;TR3=1;SFRPAGE=temppage
#define
www.eeworm.com/read/14331/328879
c main.c
/*
交流电机测试程序
main.c
MCU:at90s2313
时钟:4MHz
芯艺 2004-09-25
*/
#include
#include
#define uchar unsigned char
#define uint unsigned int
#define SET_RED_LED
www.eeworm.com/read/14331/329009
c main.c
/*
中断方式UART测试程序
main.c
硬件:CA-M8
时钟:外部4MHz
芯艺 2004-12-01
*/
#include
#include
#include
#define uchar unsigned char
#define uint unsig
www.eeworm.com/read/14331/329020
c main.c
/*
ATMega8 PWM 功能(T/C 1)测试程序
main.c
硬件:CA-M8
时钟:4MHz
芯艺 2004-12-01
*/
#include
#include
#define uchar unsigned char
#define uint unsigned int
#define