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

📄 esd_can_pc104_200.h

📁 用于CAN源代码.rar的头文件,一个不错的例程.
💻 H
字号:
/* esd_can_pc104_200.h - definitions for ESD CAN PC104/200 board *//* Copyright 2001 Wind River Systems, Inc. *//* modification history --------------------20dec01, dnb written*//* DESCRIPTIONThis file contains definitions used only in esd_can_pc104_200.cand esd_can_pc104_200_cfg.c */#ifndef ESD_CAN_PC104_200_H#define ESD_CAN_PC104_200_Hstruct ESD_CAN_PC104_200_DeviceEntry{    ULONG  ioAddress;    UINT   irq;    BOOL   inUse;    struct WNCAN_Device     canDevice[2];    struct WNCAN_Controller canControllerArray[2];    struct WNCAN_Board      canBoardArray[2];    BOOL                    allocated[2];    WNCAN_ChannelMode i82527chnMode[I82527_MAX_MSG_OBJ];     struct i82527ChipSpecific  can82527;    WNCAN_ChannelMode sja1000chnMode[SJA1000_MAX_MSG_OBJ];     struct TxMsg txMsg;};#endif /* ESD_CAN_PC104_200_H */

⌨️ 快捷键说明

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