?? esd_can_pc104_200.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 + -