代码搜索:时钟提取
找到约 10,000 项符合「时钟提取」的源代码
代码结果 10,000
www.eeworm.com/read/166700/10006815
asm drv1320.asm
;********************DRV1320********************
;本程序实现驱动TC1320实现DA转换。
;入口参数:待转换的数据在SOU中。
;出口参数:无。
;占用资源:W,STATUS,024H,SSP模块,1重堆栈。
;说明: 同步时钟频率为100KHZ
IFNDEF DRV13201
www.eeworm.com/read/357621/10204618
txt 键盘显示da好使的1.txt
#include
#include
#include
#define uchar unsigned char
#define uint unsigned int
sbit DIN=P1^0; //串行数据输入
sbit CLK=P1^2; //串行时钟
sbit LOAD=P1^1; //显示数据锁
www.eeworm.com/read/357621/10204646
txt 完整程序2.txt
#include
#include
#include
#define uchar unsigned char
#define uint unsigned int
sbit DIN=P1^0; //串行数据输入
sbit CLK=P1^2; //串行时钟
sbit LOAD=P1^1; //显示数据锁
www.eeworm.com/read/357621/10204649
txt 完整程序1.txt
#include
#include
#include
#define uchar unsigned char
#define uint unsigned int
sbit DIN=P1^0; //串行数据输入
sbit CLK=P1^2; //串行时钟
sbit LOAD=P1^1; //显示数据锁
www.eeworm.com/read/356348/10230754
vhd div248.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity div248 is
port(clk:in std_logic;------时钟
div2:out std_logic;-----输出2分频信号
div4:out std_logic;-----输出4分
www.eeworm.com/read/356310/10231993
bak pckey.c.bak
单片机驱动标准PC机键盘的C51程序
发表于 2007-1-20 0:40:58
/*---------------------------------------------------------------------------------------------------
功能:实现pc机键盘(p/s2接口)与8位单片机连接使用
原理:键盘时钟接在p3.2口,
www.eeworm.com/read/356310/10231994
c pckey.c
//单片机驱动标准PC机键盘的C51程序
//发表于 2007-1-20 0:40:58
/*---------------------------------------------------------------------------------------------------
功能:实现pc机键盘(p/s2接口)与8位单片机连接使用
原理:键盘时钟接在p3
www.eeworm.com/read/355743/10245727
dbg 1302-162.dbg
IMAGECRAFT DEBUG FORMAT
VERSION 1.1
CPU AVR
DIR D:\时钟芯片\1302\1302-162\
FILE ds1302.c
FUNC delay 6E fV
BLOCK 9 70
DEFREG a 20 c
DEFREG n 16 c
LINE 9 70
LINE 11 70
LINE 12 74
LINE 11 74
LIN
www.eeworm.com/read/281264/10252683
c rficrdwr.c
#include "RFICRdWr.h"
/* 延时t毫秒函数 */
void delay(uint t)
{
uint i;
while(t--)
{
/* 对于11.0592M时钟,约延时1ms */
for (i=0;i
www.eeworm.com/read/355186/10288226
txt readme.txt
文件功能
44binit.s----中断初始化,存储器,堆栈,系统初始化,建立C程序运行环境。
mencfg.s-----定义存储器延时等参数
option.s-----定义系统时钟频率等
main.c-------
44blib.c-----