代码搜索:iCAN
找到约 58 项符合「iCAN」的源代码
代码结果 58
www.eeworm.com/read/309690/13666351
rar ican.rar
www.eeworm.com/read/309690/13666352
rar ican.rar
www.eeworm.com/read/392866/8322218
h ican.h
#ifndef _ican_H
#define _ican_H
#include "ican_define.h"
#include "ican_interface.h"
#include "ican_ctl.h"
extern INT8U deviceinf[];
//extern iCANSLV iCANdeviceList[];
/*******
www.eeworm.com/read/392866/8322223
c ican.c
#include "config.h"
OS_FLAG_GRP *ican_pevent;//系统消息指针
iCANSLV iCANdeviceList[ICAN_SLV_NUM];//轮训列表
/*******************************************/
#if ican_DRAM_Enalbe
INT8U dram[2048];//动态内存
www.eeworm.com/read/392866/8322212
h ican_ctl.h
/********************ICAN控制宏**********************
作者:张森
日期:2008年4月3日
允许:1
禁止:0
注意:改动宏后,请随意改动一下 *.C文件,以便编译器检
测到程序改变,才能重新编译。
*****************************************************/
#ifndef
www.eeworm.com/read/372027/9525241
pdf ican协议(1.0).pdf
www.eeworm.com/read/242624/12996262
ppt ican协议规范.ppt
www.eeworm.com/read/392866/8322201
h ican_stdlib.h
/*--------------------------------------------------------------------------
STDLIB.H
Standard functions for ARM CA Version 1.
Copyright (c) 1995-2004 Keil Elektronik GmbH and Keil Software, Inc.
www.eeworm.com/read/392866/8322210
h ican_define.h
#ifndef __ICAN_Define_H
#define __ICAN_Define_H
#include "config.h"
/**********iCAN Rev 1.01 命令定义******************
作者:张森
日期:2008年3月31日
*************************************************
www.eeworm.com/read/392866/8322215
h ican_interface.h
#ifndef _ican_interface_h
#define _ican_interface_h
/************************iCAN报文分段发送函数*******************************
作者:张森
日期:2008年4月2日
DestMACID 目标地址
iCAN_ACK 请求响应
FunCID 功能ID
Sourc