esd_pci_200.h

来自「can总线c语言 canopen 源程序」· C头文件 代码 · 共 45 行

H
45
字号
/* 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 + =
减小字号Ctrl + -
显示快捷键?