代码搜索:CAN Bus

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

代码结果 10,000
www.eeworm.com/read/332988/12712953

paf can.paf

www.eeworm.com/read/332988/12712995

wks can.wks

www.eeworm.com/read/332988/12713004

sbl can.sbl

www.eeworm.com/read/145488/12719128

h can.h

#ifndef __CAN_H__ #define __CAN_H__ #include "../inc/def.h" typedef enum{ BandRate_125kbps, BandRate_250kbps, BandRate_500kbps, BandRate_1Mbps }CanBandRate; typedef struct { unsig
www.eeworm.com/read/245820/12778805

txt can.txt

一,引言 <mark>CAN</mark>具有十分优越的特点,使人们乐于选择,这些特性包括: 低成本,极高的总线利用率,很远的数据传输距离(10Km),高速的数据传输效率 (1Mbit/s),可根据报文的ID决定接收或屏蔽该报文,可靠的错误处理和检错机制,发送的 信息遭到破坏以后,可自动重发,节点在错误严重的情况下具有自动退出总线的功能,报文 不含源地址和目标地址,仅用标识符来指示功能信息和优先级信息. ...
www.eeworm.com/read/332040/12783948

can1

www.eeworm.com/read/244486/12860791

h can.h

#ifndef _CAN_H #define _CAN_H /* compatiable in c and c++ compilation enveronment*/ #ifdef __cplusplus #define _CPPARGS ... #else #define _CPPARGS #endif #ifdef __cplusplus extern "C"
www.eeworm.com/read/330695/12874648

c can.c

#include "can.h" #define TREG1 (0x4
www.eeworm.com/read/330695/12874651

h can.h

#include "2407reg.h"
www.eeworm.com/read/244253/12876673

o can.o