代码搜索:时钟提取

找到约 10,000 项符合「时钟提取」的源代码

代码结果 10,000
www.eeworm.com/read/381327/9097609

bak main.c.bak

//c8051 datasheet推荐的系统时钟选择流程 //Step 1. Force the XTAL1 and XTAL2 pins low by writing 0s to the port latch. //Step 2. Configure XTAL1 and XTAL2 as analog inputs. //Step 3. Enable the external osci
www.eeworm.com/read/381327/9097627

c main.c

//c8051 datasheet推荐的系统时钟选择流程 //Step 1. Force the XTAL1 and XTAL2 pins low by writing 0s to the port latch. //Step 2. Configure XTAL1 and XTAL2 as analog inputs. //Step 3. Enable the external osci
www.eeworm.com/read/281815/9132251

txt readme.txt

文件功能 44binit.s----中断初始化,存储器,堆栈,系统初始化,建立C程序运行环境。 mencfg.s-----定义存储器延时等参数 option.s-----定义系统时钟频率等 main.c------- 44blib.c-----
www.eeworm.com/read/281814/9132319

txt readme.txt

文件功能 44binit.s----中断初始化,存储器,堆栈,系统初始化,建立C程序运行环境。 mencfg.s-----定义存储器延时等参数 option.s-----定义系统时钟频率等 main.c------- 44blib.c-----
www.eeworm.com/read/378656/9220166

txt readme.txt

文件功能 44binit.s----中断初始化,存储器,堆栈,系统初始化,建立C程序运行环境。 mencfg.s-----定义存储器延时等参数 option.s-----定义系统时钟频率等 main.c------- 44blib.c-----
www.eeworm.com/read/372577/9503127

asm drv1320.asm

;********************DRV1320******************** ;本程序实现驱动TC1320实现DA转换。 ;入口参数:待转换的数据在SOU中。 ;出口参数:无。 ;占用资源:W,STATUS,024H,SSP模块,1重堆栈。 ;说明: 同步时钟频率为100KHZ IFNDEF DRV13201
www.eeworm.com/read/371854/9533173

c timer.c

//寄存器宏定义 //位寻址寄存器定义 sbit ACC_7 = ACC^7; //管脚定义 sbit SCLK = P3^5; // DS1302时钟信号 7脚 sbit DIO= P3^6; // DS1302数据信号 6脚 sbit RST
www.eeworm.com/read/366200/9824851

h lcd.h

/*--------------------------------------------------------- 液晶LCD1602C 使用4条数据线(D4~D7) 编译器:ICC-AVR v6.31A 日期: 2005-11-24 20:29:57 目标芯片 : M16 时钟: 8.0000Mhz 作者:archeng504 -------------------------
www.eeworm.com/read/366200/9824904

_h lcd._h

/*--------------------------------------------------------- 液晶LCD1602C 使用4条数据线(D4~D7) 编译器:ICC-AVR v6.31A 日期: 2005-11-24 20:29:57 目标芯片 : M16 时钟: 8.0000Mhz 作者:archeng504 -------------------------
www.eeworm.com/read/364469/9906011

s43 msp430f149i2c.s43

#include "msp430x14x.h" ;AD部分 SDA EQU BIT2 ;AD数据线ADDATA SCL EQU BIT1 ;AD时钟线ADCLK #define SDA_OUT P1OUT #define SCL_OUT P1OUT #define SDA_IN