代码搜索结果

找到约 10,000 项符合 C 的代码

makefile

ifeq (,$(PLATFORM)) include ../../arch.mk PROJECT_ROOT = $(shell pwd)/../.. endif include ../../COMMON/common.mk OBJDIR = $(shell pwd)/../../OBJ/$(PLATFORM)/BORZOI LIBDIR = $(shell pwd)/..

hardware.inc

//======================================================================================== // Progarm: The file be included by modules // Arranged by: Andy Hsu // Date: 2000/06/23: first version

fdct.map

***************************************************** TMS320C54x COFF Linker Beta Version 1.16 ***************************************************** Thu Sep 19 16:41:18 1996 OUTPUT FIL

hex2.hex

:2000000001000010F7BDF0740108F6BDF0740108F0730100771103E7771213876C8A010C92 :080010006C89010AFC000000EC :00000001FF

t_add_half.v

module Add_half (sum, c_out, a, b); output sum, c_out; input a, b; wire c_bar; xor M1 (sum, a, b); nand M2 (c_bar, a, b); not M3 (c_out, c_bar); endmodule module t_Add

sw_i2c_slave.h

#ifndef SW_I2C_SLAVE_H #define SW_I2C_SLAVE_H #include #include "configOptions.h" // // I2C Slave Address // #define I2C_SLAVE_ADDR 0x46 // I2C slave add

util.plg

Build Log --------------------Configuration: Util - Win32 Debug-------------------- Command Lines Creating temporary file "C:\DOCUME~1\LiHong\L

adcts.err

"adcts.c", line 86: Warning: C2892E: signed constant overflow: '

spi.err

"spi.c", line 200: Warning: C2870W: variable 'i' declared but not used "spi.c", line 242: Warning: C2917W: no side effect in void context: 'unary *' "spi.c", line 302: Warning: C2870W: variabl