代码搜索:时钟提取
找到约 10,000 项符合「时钟提取」的源代码
代码结果 10,000
www.eeworm.com/read/315520/13541179
map 实验板time.map
AVRASM ver. 1.76.4 E:\iccavr代码\实验6_实时时钟DS1302_ASM\实验板time.asm Thu Jan 04 23:08:12 2007
EQU sreg 0000003f
EQU sph 0000003e
EQU spl 0000003d
EQU ocr0 0000
www.eeworm.com/read/314673/13561970
c general.c
#include
#include "General.h"
void Init_SYS_CLK()///系统时钟函数
{
DCOCTL = (0x07
www.eeworm.com/read/311237/13633461
asm adc0832-1602lcd.asm
AD_CLK EQU P1.0 ;ADC0832 时钟端
AD_DAT EQU P1.1 ;ADC0832 数据端
AD_CS EQU P3.4 ;ADC0832 片选信号
LCD_RS EQU P2.0 ;LCD 数据/命令选择端
www.eeworm.com/read/305275/13775937
txt readme.txt
文件功能
44binit.s----中断初始化,存储器,堆栈,系统初始化,建立C程序运行环境。
mencfg.s-----定义存储器延时等参数
option.s-----定义系统时钟频率等
main.c-------
44blib.c-----
www.eeworm.com/read/305180/13777398
vhd a2d.vhd
-- tlc0820ac ---a/d转换
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
entity a2d is
port(clk :in std_logic;--输入时钟信号50MHz
sw0 : in st
www.eeworm.com/read/305180/13777409
bak a2d.vhd.bak
-- tlc0820ac ---a/d转换
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
entity a2d is
port(clk :in std_logic;--输入时钟信号50MHz
sw0 : in st
www.eeworm.com/read/302044/13843870
vhd counter60.vhd
LIBRARY IEEE ;
USE IEEE.STD_LOGIC_1164.ALL ;
USE IEEE.STD_LOGIC_UNSIGNED.ALL ;
ENTITY Counter60 IS --四位二进制计数器
PORT ( Reset,Enable,CLK : IN STD_LOGIC ; --异部清零,计数使能,时钟
Out_High:
www.eeworm.com/read/301025/13869041
txt 1602...txt
[原创]液晶1602的驱动程序(8PIN)
整理者: 中子
/*---------------------------------------------------------------
工程名称:1602液晶演示
编译器类型及版本:ICCAVR 6.31A
创建人:陆淼坤
创建日期:2005.04.18
芯片类型:ATmega16L
时钟频率:4M外
www.eeworm.com/read/127041/6009905
c 25045.c
#ifndef __25045_H__
#define __25045_H__
#include
#include "hal.h"
sbit SO = P1 ^ 1;/*25045输出*/
sbit SI = P1 ^ 3;/*25045输入*/
sbit SCK = P1 ^ 2;/*25045时钟*/
sbit CS = P1 ^
www.eeworm.com/read/293965/6281006
txt readme.txt
文件功能
44binit.s----中断初始化,存储器,堆栈,系统初始化,建立C程序运行环境。
mencfg.s-----定义存储器延时等参数
option.s-----定义系统时钟频率等
main.c-------
44blib.c-----