代码搜索结果
找到约 10,000 项符合
CAN Bus 的代码
bus.c
#include
#include
//#define AA 0x0e00
#define control_word (*(volatile unsigned char *)0x7f03)
#define A_data (*(volatile unsigned char *)0x7f00)
#define B_d
bus.mp
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
----------
bus.src
[Files]
bus.c
abs_addr.s
[Headers]
[Documents]
bus.o
XL
H 1 areas 1 global symbols
M bus.c
A text size 28 flags 0
dbfile J:\odds\MYDESI~1\AVRPRA~1\MultiBUS\bus.c
dbfunc e main 0 fV
dbsym r p 10 c
dbsym r i 12 c
dbline FFFFFFFF 0
dbline 16 0
db
bus.mak
CC = iccavr
CFLAGS = -IC:\icc\include\ -e -DATMEGA -l -g -Mavr_enhanced
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -LC:\icc\lib\ -g -ucrtatmega.o -bfunc_lit:0x8c.0x20000 -dram_end:0x10ff -bdata:0x100.
bus.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
bus.h
// Bus.h : main header file for the BUS application
//
#if !defined(AFX_BUS_H__822FCB2B_4AD7_4684_B68D_04B4320D2351__INCLUDED_)
#define AFX_BUS_H__822FCB2B_4AD7_4684_B68D_04B4320D2351__INCLUDED_