代码搜索:Bit
找到约 10,000 项符合「Bit」的源代码
代码结果 10,000
www.eeworm.com/read/278084/10575348
vhd 40_generic_dec.vhd
package logic is
type Bit_vector is array (Natural range ) of Bit;
end logic;
use WORK.logic.all;
entity And2 is
port( I1,I2: Bit; O1: out Bit);
end and2;
architecture And2_archit of
www.eeworm.com/read/278084/10575435
vhd 59_decoder.vhd
entity decoder is
port( I0 : in Bit;
I1 : in Bit;
O0 : out Bit;
O1 : out Bit;
O2 : out Bit;
O3 : out Bit);
end entity;
architecture decoder_archi of decoder is
signal
www.eeworm.com/read/158989/10704819
c sci_1f.c
/* ------------------------------------------------------------------------ */
/* SCI test code for my2406/2407 board */
/* */
/* Copyleft
www.eeworm.com/read/158989/10704856
c sci_1.c
/* ------------------------------------------------------------------------ */
/* SCI test code for my2406/2407 board */
/* */
/* Copyleft
www.eeworm.com/read/421141/10753616
lst io3.lst
C51 COMPILER V6.23a IO3 02/04/2009 09:04:09 PAGE 1
C51 COMPILER V6.23a, COMPILATION OF MODULE IO3
OBJECT MODULE PLACED IN D:
www.eeworm.com/read/274931/10844666
c testcrypt.c
#include "ssf43.h"
#include "SymmCrypt.h"
#include "input.h"
void printMsg(char *title,bit8 *content,bit32 size)
{
bit32 i;
printf("%s[ ",title);
for(i=0;i
www.eeworm.com/read/273258/10922003
h bitio.h
#pragma once
#define BIT(x) (1UL > (x) (31-(y)))
#define BITHIGH( set, bit ) ( (bool)(set & BIT(bit)) )
#define BITLOW( set, bit ) ( !((
www.eeworm.com/read/418679/10936107
asm
$NOMOD51
$DEBUG
$INCLUDE (D:\ASM\REG52.INC)
STP equ R7
Inp1_Sta DATA 20H
Str BIT 20H.0
Rst BIT 20H.1
s1 BIT 20H.2
R_Rej BIT 20H.3
Hp
www.eeworm.com/read/418528/10942901
txt s3c9454_i2c.txt
;===============================================================================
;子程序:I2C开始
;===============================================================================
BUS_START: OR SCL,#
www.eeworm.com/read/470309/6917861
lst 24c256.lst
C51 COMPILER V7.50 24C256 05/27/2007 09:10:53 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE 24C256
OBJECT MODULE PLACED IN