📄 msmcan.h
字号:
/* 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_H#ifdef __cplusplusextern "C" {#endif /* __cplusplus */#define MSMCAN_PC104_MAX_CONTROLLERS (1)struct 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;};#ifdef __cplusplus}#endif /* __cplusplus */#endif /* MSMCAN_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -