代码搜索:Bit

找到约 10,000 项符合「Bit」的源代码

代码结果 10,000
www.eeworm.com/read/150890/12252273

h pcb_kr023mvt8bit_512.h

//---------------------------------------------------------------------------------------------------- // ID Code : Pcb.h No.0000 // Update Note : // //-------------------------------------
www.eeworm.com/read/150890/12252277

h pcb_kr023mvt6bit_512.h

//---------------------------------------------------------------------------------------------------- // ID Code : Pcb.h No.0000 // Update Note : // //-------------------------------------
www.eeworm.com/read/220307/14843500

bak i2c_master_bit_ctrl.v.bak

///////////////////////////////////////////////////////////////////// //// //// //// WISHBONE rev.B2 compliant I2C Master bit-controller
www.eeworm.com/read/220307/14843502

cmd_log i2c_master_bit_ctrl.cmd_log

xst -intstyle ise -ifn __projnav/i2c_master_bit_ctrl.xst -ofn i2c_master_bit_ctrl.syr
www.eeworm.com/read/208544/15244854

txt structural description of an 8-bit shift register.txt

Structural Description of an 8-bit Shift Register ENTITY dtff IS GENERIC(initial : BIT := '1'); --initial value of q PORT(d, clock : IN BIT; q : BUFFER BIT := initial); END dtff; ARCHITECTURE z