msmcan.h

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

H
37
字号
/* msmcan.h - definitions for MSMCAN PC104 board *//* Copyright 2001 Wind River Systems, Inc. *//* modification history --------------------20dec01, dnb written*//* DESCRIPTIONThis file contains definitions used only in msmcan_pc104.cand msmcan_pc104_cfg.c */#ifndef MSMCAN_H#define MSMCAN_Hstruct MSMCAN_PC104_DeviceEntry{    ULONG  ioAddress;    UINT   irq;    BOOL   inUse;    struct WNCAN_Device     canDevice;    struct WNCAN_Controller canController;    struct WNCAN_Board      canBoard;    BOOL                    allocated;    WNCAN_ChannelMode i82527chnMode[I82527_MAX_MSG_OBJ]; 	struct i82527ChipSpecific  can82527;};#endif /* MSMCAN_H */

⌨️ 快捷键说明

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