代码搜索结果

找到约 406,141 项符合 CAN Bus 的代码

can.h

//////can.h////////////////// #include "C8051F040.h" #include "canreg.h" typedef unsigned char uchar; typedef unsigned int uint; typedef unsigned long ulong; union intchar{ uint tempval; st

can.h

//////can.h////////////////// #include "C8051F040.h" #include "canreg.h" typedef unsigned char uchar; typedef unsigned int uint; typedef unsigned long ulong; union intchar{ uint tempval; st

can.h

//////can.h////////////////// #include "C8051F040.h" #include "canreg.h" typedef unsigned char uchar; typedef unsigned int uint; typedef unsigned long ulong; union intchar{ uint tempval; st

can.h

//////can.h////////////////// #include "C8051F040.h" #include "canreg.h" typedef unsigned char uchar; typedef unsigned int uint; typedef unsigned long ulong; union intchar{ uint tempval; st

can.h

//////can.h////////////////// #include "C8051F040.h" #include "canreg.h" typedef unsigned char uchar; typedef unsigned int uint; typedef unsigned long ulong; union intchar{ uint tempval; st

can.h

#ifndef __CAN_H__ #define __CAN_H__ #include "includes.h" #include "../inc/macro.h" //CAN poll 函数的返回值 #define CANPOLL_Rev 1 //接收到数据 #define CANPOLL_SendEnd 2 //发送完毕 typedef enum{ Band

can.c

/***************************************************************************** * can.c: CAN module API file for NXP LPC23xx/24xx Family Microprocessors * * Copyright(C) 2006, NXP Semiconduct

can.h

/***************************************************************************** * can.h: Header file for NXP LPC230x Family Microprocessors * * Copyright(C) 2006, NXP Semiconductor * All

bus.java

package com.sp.rob; public class Bus { private String name = "公交车"; //取得公告汽车名称 public String getName() { return this.name; } }

can.h

/******************** (C) COPYRIGHT 2003 STMicroelectronics ******************** * File Name : can.h * Author : MCD Application Team * Date First Issued : 27/10/2003 * Descri