代码搜索:Bit

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

代码结果 10,000
www.eeworm.com/read/467398/7011636

c led.c

//led.c #include #include "led.h" void Delay (unsigned long a) { // 简单延时 while (--a!=0); } void LedsInit(void) { // 初始化led端口 IO0DIR_bit.P0_31 = 1; // port0.12设为输出
www.eeworm.com/read/296774/7113978

t-vxworks960

LIBGCC1 = CROSS_LIBGCC1 = # We don't want to put exit in libgcc.a for VxWorks, because VxWorks # does not have _exit. LIBGCC2_CFLAGS = -O2 $(GCC_CFLAGS) -g1 -Dexit=unused_exit LIB2FUNCS_EXTRA = fp-bi
www.eeworm.com/read/462683/7198256

c led.c

//led.c #include #include "led.h" void Delay (unsigned long a) { // 简单延时 while (--a!=0); } void LedsInit(void) { // 初始化led端口 IO0DIR_bit.P0_25 = 1; // port0.25设为输出
www.eeworm.com/read/454938/7381438

h array_s.h

#ifndef ARRAY_S_H_ #define ARRAY_S_H_ #include "Array.h" template class Array_Sort : public virtual Array { protected: void set_bit() { dirty_bit = true; }
www.eeworm.com/read/447247/7555666

h macrodef.h

/******************* (c) Marvell Semiconductor, Inc., 2004 ******************** * * * Purpose: This file contains the macro and symbol definitions * * Notes: * * * $Author: schiu
www.eeworm.com/read/446971/7562185

h array_s.h

#ifndef ARRAY_S_H_ #define ARRAY_S_H_ #include "Array.h" template class Array_Sort : public virtual Array { protected: void set_bit() { dirty_bit = true; }
www.eeworm.com/read/446378/7580559

vhd rbuf.vhd

--下面是接收模块 --- 这个串口接收模块 0为开始位1为停止位 ----和单片机的串口一样以16位波特率进行取样在取样的7上(并不是单片机的多数判决)做为判决电平 ----如果没有收到停止位那么就这一桢便不会再有可能回来了 也就是说丢了 --clk 为时钟 out_en 为收到信号后的输出许可 --这里还利用了一个条件当我们定义整型数据时如果加上range可以让它自动溢出也就是清空,,当然有 ...
www.eeworm.com/read/438668/7728540

c serial.c

/*----------------------------------------------------------------------- Project : Single RTK Author : kreal@163.net Date : 04-10-10 Funtion : 串口驱动 --------------------
www.eeworm.com/read/197875/7965175

h array_s.h

#ifndef ARRAY_S_H_ #define ARRAY_S_H_ #include "Array.h" template class Array_Sort : public virtual Array { protected: void set_bit() { dirty_bit = true; }
www.eeworm.com/read/297233/8038441

t-bare

CROSS_LIBGCC1 = libgcc1-asm.a LIB1ASMSRC = arm/lib1funcs.asm LIB1ASMFUNCS = _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_tls # These are really part of libgcc1, but this will cause them to be # built corr