代码搜索:多时钟域
找到约 10,000 项符合「多时钟域」的源代码
代码结果 10,000
www.eeworm.com/read/40382/1139092
_c delay._c
/************************************************
文件:delay.c
用途:延时函数
注意:系统时钟8M
创建:2008.1.25
修改:2008.1.25
Copy Right (c) www.avrvi.com AVR与虚拟仪器
***********************************************
www.eeworm.com/read/40382/1139105
h delay.h
/************************************************
文件:delay.h
用途:延时函数头文件
注意:系统时钟8M
************************************************/
#ifndef __DELAY_H__
#define __DELAY_H__
extern void delay_1
www.eeworm.com/read/478601/1350112
h delay.h
#ifndef _DELAY_H_
#define _DELAY_H_
// 声明全局的系统时钟变量
extern unsigned long TheSysClock;
// 延时
extern void Delay(unsigned long ulVal);
#endif // _DELAY_H_
www.eeworm.com/read/478101/1354317
c spi.c
//-----------------------函数声明,变量定义--------------------------------------------------------
#include
#include
sbit SCK=P1^0; // 将p1.0口模拟时钟输出
sbit MOSI
www.eeworm.com/read/452881/1647692
c spi.c
//-----------------------函数声明,变量定义--------------------------------------------------------
#include
#include
sbit SCK=P1^0; // 将p1.0口模拟时钟输出
sbit MOSI
www.eeworm.com/read/195948/5106482
c spi.c
//-----------------------函数声明,变量定义--------------------------------------------------------
#include
#include
sbit SCK=P1^0; // 将p1.0口模拟时钟输出
sbit MOSI
www.eeworm.com/read/345302/3201121
c spi.c
//-----------------------函数声明,变量定义--------------------------------------------------------
#include
#include
sbit SCK=P1^0; // 将p1.0口模拟时钟输出
sbit MOSI
www.eeworm.com/read/326766/3467388
c spi.c
//-----------------------函数声明,变量定义--------------------------------------------------------
#include
#include
sbit SCK=P1^0; // 将p1.0口模拟时钟输出
sbit MOSI
www.eeworm.com/read/310662/3694146
c spi.c
//-----------------------函数声明,变量定义--------------------------------------------------------
#include
#include
sbit SCK=P1^0; // 将p1.0口模拟时钟输出
sbit MOSI
www.eeworm.com/read/293209/3934248
c spi.c
//-----------------------函数声明,变量定义--------------------------------------------------------
#include
#include
sbit SCK=P1^0; // 将p1.0口模拟时钟输出
sbit MOSI