⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 m5282can.h

📁 EEB-3511的BSP包vXWorks操作系统
💻 H
字号:
/* m5282CAN.h - definitions for MCF5282 baords *//* Copyright 2001 Wind River Systems, Inc. *//* modification history--------------------01b,08apr04,lsg Modified for supporting WindNet CAN 1.301a,24sep03,eli support for MCF5282 (ColdFire) FlexCAN module*//* DESCRIPTIONThis file contains the declarations and definitions that are used forMCF5282 boards*/#ifndef _m5282CAN_H_#define _m5282CAN_H_#ifdef __cplusplusextern "C" {#endif /* __cplusplus *//*Define the number of controllers on-board (or on-chip)*/#define MAX_M5282_CAN_DEVICES	1struct m5282CAN_DeviceEntry    {    BOOL                    inUse;    struct WNCAN_Device     canDevice;    struct WNCAN_Controller canController;    struct WNCAN_Board      canBoard;    struct canAccess        canRegAccess;    BOOL                    allocated;    WNCAN_ChannelMode       FlexCANchnMode[FLEXCAN_MAX_MSG_OBJ];	    }; #ifdef __cplusplus}#endif /* __cplusplus */#endif /* _m5282CAN_H_ */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -