📄 esd_pci_200.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_H#ifdef __cplusplusextern "C" {#endif /* __cplusplus */#define ESD_PCI_200_MAX_CONTROLLERS (2)struct ESD_PCI_200_ChannelData{ WNCAN_ChannelMode sja1000chnMode[SJA1000_MAX_MSG_OBJ];};struct ESD_PCI_200_DeviceEntry{ struct WNCAN_Device canDevice[ESD_PCI_200_MAX_CONTROLLERS]; struct ESD_PCI_200_ChannelData chData[ESD_PCI_200_MAX_CONTROLLERS]; struct WNCAN_Controller canControllerArray[ESD_PCI_200_MAX_CONTROLLERS]; struct WNCAN_Board canBoard; struct TxMsg txMsg[ESD_PCI_200_MAX_CONTROLLERS]; int bus; int dev; int func; BOOL inUse; BOOL allocated[ESD_PCI_200_MAX_CONTROLLERS]; BOOL intConnect;};#ifdef __cplusplus}#endif /* __cplusplus */#endif /* ESD_PCI_200_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -