代码搜索:时钟提取
找到约 10,000 项符合「时钟提取」的源代码
代码结果 10,000
www.eeworm.com/read/317183/13508050
c 8-isd4004.c
#include
sbit SS=P1^0; //片选
sbit SCLK=P1^1; //ISD4004时钟
sbit MOSI=P1^2; //数据输入
sbit MISO=P1^3; //数据输出
sbit LED=P1^7;
www.eeworm.com/read/314693/13561451
c general.c
#include
#include "General.h"
#include "HT1621.h"
////////////////
void Init_SYS_CLK()///系统时钟函数
{
DCOCTL = (0x00
www.eeworm.com/read/313110/13596438
asm 386pi6.asm
;**********************************************************************
; 保护方式下的编程示例 --- 中断(386中断门) 陈家祺 1996.6
;
; 1 保护方式下的软中断调用方法
; 2 保护方式下的硬中断处理方法(时钟,键盘)
; 3 保护方式下的异常中断(13)处理方法
; *
www.eeworm.com/read/313110/13596439
asm 286pi6.asm
;**********************************************************************
; 保护方式下的编程示例 --- 中断(286中断门) 陈家祺 1996.6
;
; 1 保护方式下的软中断调用方法
; 2 保护方式下的硬中断处理方法(时钟,键盘)
; 3 保护方式下的异常中断(13)处理方法
; *
www.eeworm.com/read/308065/13709959
c delay.c
#include"mytype.h"
void delay(uint32 t)
{
while(--t);
}
void delay_ms(uint32 n)
{
uint32 i;
for(i=0;i
www.eeworm.com/read/308065/13709966
c delay.c
#include"mytype.h"
void delay(uint32 t)
{
while(--t);
}
void delay_ms(uint32 n)
{
uint32 i;
for(i=0;i
www.eeworm.com/read/306201/13749895
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
rst : in st
www.eeworm.com/read/306201/13749899
txt a2d(digitaldeng).txt
-- 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
rst : in st
www.eeworm.com/read/306201/13749952
txt a2d(4.20).txt
-- 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
rst : in st