代码搜索:时钟提取

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

代码结果 10,000
www.eeworm.com/read/141098/13043901

h hicj6.h

#define BYTE unsigned char #define WORD unsigned int #define DWORD unsigned long sbit DIR485 = P2^4; sbit DIR2 = P2^6; sbit CS = P0^4; /*片选 */ sbit SK = P0^6; /* 时钟 */ sb
www.eeworm.com/read/140379/13084800

asm prog.asm

;HC908SR12芯片编程 ;11.0592MHz时钟,一个T=0.36169us Flag1 EQU $61 ;标志单元 RamPtr EQU $68 BufLen EQU $69 DataLen EQU $6D xAddrH EQU $6E ;存放地址 xAddrX
www.eeworm.com/read/140000/13114840

asm wbxs.asm

RX BIT P3.0 ;I2C-24c02 IICSCL EQU P1.6 ;数据 IICSDA EQU P3.4 ;时钟 SLA EQU 0A0H ;24C02的写寻址字节 SLAR EQU 0A1H
www.eeworm.com/read/326769/13118267

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/324408/13264082

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/322248/13384212

c i2c.c

#include // 引用标准库的头文件 #include #define uchar unsigned char #define uint unsigned int sbit SDA = P1^0; // 串行数据 sbit SCL = P1^1; // 串行时钟 uchar idata SLAdd;
www.eeworm.com/read/317183/13508120

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/317157/13509195

c df_timera.c

/*****************************************************************************\ 文件名:df_timera.c 描述:用于MSP430F149。 定时器A定时,产生中断,使主程序退出低功耗模式。 使用TACTL1 工作模式:增计数模式 时钟源:ACLK为32.
www.eeworm.com/read/317157/13509209

c df_timerb.c

/*****************************************************************************\ 文件名:df_timerb.c 描述:用于MSP430F149。 定时器B定时,产生中断,使主程序退出低功耗模式。 使用TBCTL0 工作模式:增计数模式 时钟源:ACLK 32.
www.eeworm.com/read/317157/13509432

c df_timera.c

/*****************************************************************************\ 文件名:df_timera.c 描述:用于MSP430F149。 定时器A定时,产生中断,使主程序退出低功耗模式。 使用TACTL0 工作模式:增计数模式 时钟源:ACLK为32.768kHz