cp_cc.h
来自「canpie 一个can bus的协议栈 - CAN interface fo」· C头文件 代码 · 共 165 行
H
165 行
//****************************************************************************//// Project : CANpie //// File : cp_cc.h //// Description : Definitions for CAN controller chips / targets //// Author: Uwe Koppe //// e-mail: koppe@microcontrol.net //// ////============================================================================//// This program is free software; you can redistribute it and/or modify //// it under the terms of the GNU Lesser General Public License as published //// by the Free Software Foundation; either version 2.1 of the License, or //// (at your option) any later version. ////============================================================================//// //// Date History //// ---------- -------------------------------------------------------------- //// 29.07.2003 Initial version //// ////****************************************************************************//#ifndef _CP_CC_H_#define _CP_CC_H_/*-----------------------------------------------------------------------------** Online documentation for Doxygen*//*! \file cp_cc.h** \brief Definitions for CAN controller chips*****///----------------------------------------------------------------------------//// Generic ////----------------------------------------------------------------------------//#define CP_CC_LINUX 0x0010//-------------------------------------------------------//// Analog Devices (0x08xx) ////-------------------------------------------------------////-------------------------------------------------------//// ATMEL (0x10xx) ////-------------------------------------------------------////-------------------------------------------------------//// Bosch (0x18xx) ////-------------------------------------------------------////-------------------------------------------------------//// Cygnal (0x20xx) ////-------------------------------------------------------////-------------------------------------------------------//// Dallas (0x28xx) ////-------------------------------------------------------////-------------------------------------------------------//// Fujitsu (0x30xx) ////-------------------------------------------------------////-------------------------------------------------------//// Infineon (0x38xx) ////-------------------------------------------------------////! Infineon C505#define CP_CC_C505 0x3800//! Infineon C515#define CP_CC_C515 0x3801//! Infineon C161#define CP_CC_C161 0x3802//! Infineon C164#define CP_CC_C164 0x3803//! Infineon C167#define CP_CC_C167 0x3804//! Infineon 81C90#define CP_CC_81C90 0x3805//! Infineon 81C91#define CP_CC_81C91 0x3806//-------------------------------------------------------//// Microchip (0x40xx) ////-------------------------------------------------------////-------------------------------------------------------//// Micronas (0x48xx) ////-------------------------------------------------------////-------------------------------------------------------//// Motorola (0x50xx) ////-------------------------------------------------------// //-------------------------------------------------------//// National Semi. (0x58xx) ////-------------------------------------------------------////-------------------------------------------------------//// NEC (0x60xx) ////-------------------------------------------------------////-------------------------------------------------------//// Philips (0x68xx) ////-------------------------------------------------------////! Philips 82C200#define CP_CC_82C200 0x6800//! Philips SJA1000#define CP_CC_SJA1000 0x6801//! Philips 80C591#define CP_CC_80C591 0x6802//! Philips 80C592#define CP_CC_80C592 0x6803//-------------------------------------------------------//// Renesas (0x70xx) ////-------------------------------------------------------////-------------------------------------------------------//// ST (0x78xx) ////-------------------------------------------------------////-------------------------------------------------------//// Texas Instruments (0x80xx) ////-------------------------------------------------------// //-------------------------------------------------------//// Toshiba (0x88xx) ////-------------------------------------------------------////-------------------------------------------------------//// Last entry ////-------------------------------------------------------//#define CP_CC_UNDEF 0xFF00#endif /* _CP_CC_H_ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?