代码搜索:write_enable
找到约 99 项符合「write_enable」的源代码
代码结果 99
www.eeworm.com/read/268659/11126536
c ex4-10.c
/*
标题:范例 4-10
版本:1.0
Target:89S51
程序描述:这个范例说明如何使用8051,以及汇编语言的程序连结,
当我们按下向上数的按钮之后,程序就会把0到9的共
阳7段显示器字型码存入AT93C46;如果我们按下向下
数的按钮之后,程序就会把9到0的共阳7段显示器字
型码存入AT93C46。
程序每一次重新开始执行时(Power o ...
www.eeworm.com/read/131315/5941736
c tctext.c
/*
Copyright (c) 1986, 1987 by Hewlett-Packard Company
Copyright (c) 1986, 1987 by the Massachusetts Institute of Technology
Permission to use, copy, modify, and distribute this
software and its do
www.eeworm.com/read/168399/5447230
v char_ram.v
// XILINX IS PROVIDING THIS DESIGN, CODE, OR INFORMATION "AS IS"
// SOLELY FOR USE IN DEVELOPING PROGRAMS AND SOLUTIONS FOR
// XILINX DEVICES. BY PROVIDING THIS DESIGN, CODE, OR INFORMA
www.eeworm.com/read/282225/9113843
c f340-at25db161d.c
typedef union USHORT
{
unsigned int S;
unsigned char C[2];
} USHORT;
USHORT addrs,Device_ID;
uchar wr_spi(uchar a)
{
SPI0DAT = a;
while(!SPIF);
SPIF = 0;
return(SPI0DAT);
}
www.eeworm.com/read/439407/6932078
v cam_ramb4.v
//
// Module: CAM_RAMB4
// Design: CAM_Top
// Verilog code: RTL / Combinatorial
//
// Synthesis_tool Synopsys FPGA Express ver. 3.3
// Enable Synthesis Option: Verilog Pre-procesor
www.eeworm.com/read/356716/10222449
v pacoblaze_scratch.v
/*
Copyright (C) 2004 Pablo Bleyer Kocik.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redist
www.eeworm.com/read/356716/10222486
v pacoblaze_scratch.v
/*
Copyright (C) 2004 Pablo Bleyer Kocik.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redist
www.eeworm.com/read/440137/7693486
v tracking.v
module tracking(maint_data_out, //reads out stored maintenance data
maint_data_in, //write in maintenance data
data_enable, //enables reading of data
www.eeworm.com/read/238575/13873996
vhd top_vhd.vhd
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.std_logic_arith.all;
use IEEE.std_logic_unsigned.all;
library WORK1;
use WORK1.SER_PAR_LIB.all;
--
--
-- Serial to Parallel Convertor
-
www.eeworm.com/read/256586/11984662
v pacoblaze_scratch.v
/*
Copyright (C) 2004 Pablo Bleyer Kocik.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redist