代码搜索:时钟提取
找到约 10,000 项符合「时钟提取」的源代码
代码结果 10,000
www.eeworm.com/read/7326/115258
c df_timera.c
/*****************************************************************************\
文件名:df_timera.c
描述:用于MSP430F149。
定时器A定时,产生中断,使主程序退出低功耗模式。
使用TACTL1
工作模式:增计数模式
时钟源:ACLK为32.
www.eeworm.com/read/7326/115285
c df_timerb.c
/*****************************************************************************\
文件名:df_timerb.c
描述:用于MSP430F149。
定时器B定时,产生中断,使主程序退出低功耗模式。
使用TBCTL0
工作模式:增计数模式
时钟源:ACLK 32.
www.eeworm.com/read/7326/115670
c df_timera.c
/*****************************************************************************\
文件名:df_timera.c
描述:用于MSP430F149。
定时器A定时,产生中断,使主程序退出低功耗模式。
使用TACTL0
工作模式:增计数模式
时钟源:ACLK为32.768kHz
www.eeworm.com/read/7651/125678
c 10.4.c
#include
typedef unsigned int uint;
typedef unsigned char uchar;
sbit Sda=P1^1; //串行数据
sbit Scl=P1^2; //串行时钟
void mDelay(uchar j) //廷时
{
uint i;
for(;j>0;j--)
for(i=0;
www.eeworm.com/read/9539/169880
c 1602b_lcd.c
//编译器:ICC-AVR v6.31A 日期: 2005-11-24 20:29:57
//目标芯片 : M16
//时钟: 8.0000Mhz
/*-------------------------------------------------------------
LCD引脚定义
1---GND
2---VCC
3---VO
4---RS
5---R
www.eeworm.com/read/10398/185377
s yj12864.s
.module YJ12864.C
.area text(rom, con, rel)
.dbfile C:\DOCUME~1\Administrator\桌面\12864液晶菜单显示时钟不过不能调2/AVR_PQ1A.h
.dbfunc e Delayus _Delayus fV
; i -> R20,R21
; US -> R
www.eeworm.com/read/14331/328989
c main.c
/*
查询方式测试键盘程序
main.c
硬件:CA-M8
时钟:4MHz
芯艺 2004-12-17
*/
#include
#include
#define uchar unsigned char
#define uint unsigned int
#define FREQ 4
#d
www.eeworm.com/read/14331/329014
c main.c
/*
Watchdog测试程序
main.c
硬件: CA-M8
时钟:4MHz
芯艺 2004-12-01
*/
#include
#include
#include
#define uchar unsigned char
#define uint unsigned int
www.eeworm.com/read/15903/555544
_c avr_gy-29._c
/*****************************************
* 基于AVR单片机GY-29模块通信程序 *
* 功 能:IIC通信读取数据并显示 *
* 时钟频率:内部1M *
* 设 计:广运电子 *
* 修改日期:2011年4月20日 *
* 编译环境:ICC-AVR7.14 *
www.eeworm.com/read/15903/555546
c avr_gy-29.c
/*****************************************
* 基于AVR单片机GY-29模块通信程序 *
* 功 能:IIC通信读取数据并显示 *
* 时钟频率:内部1M *
* 设 计:广运电子 *
* 修改日期:2011年4月20日 *
* 编译环境:ICC-AVR7.14 *