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

📄 esd_pci_200.h

📁 用于CAN源代码.rar的头文件,一个不错的例程.
💻 H
字号:
/* esd_pci_200.h - definitions for ESD PCI/200 board *//* Copyright 2001 Wind River Systems, Inc. *//* modification history --------------------20dec01, dnb written*//* DESCRIPTIONThis file contains definitions used only in esd_pci_200.and esd_pci_200_cfg.c */#ifndef ESD_PCI_200_H#define ESD_PCI_200_Hstruct ESD_PCI_200_ChannelData{   WNCAN_ChannelMode sja1000chnMode[SJA1000_MAX_MSG_OBJ];};struct ESD_PCI_200_DeviceEntry{    struct WNCAN_Device             canDevice[2];    struct ESD_PCI_200_ChannelData  chData[2];    struct WNCAN_Controller         canControllerArray[2];    struct WNCAN_Board              canBoard;    struct TxMsg                    txMsg[2];    int                             bus;    int                             dev;    int                             func;    BOOL                            inUse;    BOOL                            allocated[2];    BOOL                            intConnect;};#endif /* ESD_PCI_200_H */

⌨️ 快捷键说明

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