⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 daadiolib.h

📁 Vxworks的培训教程,大家分享下啊,
💻 H
字号:
#ifndef DAADIOLIB#define DAADIOLIB#include "vxWorks.h"#include "msgQLib.h"#define	DAADIO_INT_LEV_SEL_OFF	0x61#define	DAADIO_INT_MOD_SEL_OFF	0x63#define	DAADIO_INT_VEC_SEL_OFF	0x67#define	DAADIO_INT_SRC_MOD_OFF	0x69#define DAADIO_PIO_INT_SEL		1typedef struct	{	char *		baseAddr;	BOOL 		initialized;	UINT8		intModSel;	UINT8 *		pIntModSel;	UINT8 * 	pIntSrcMod;	UINT8 *		pIntVecSel;	UINT8 *		pIntLevSel;	} DAADIO;#endif DAADIOLIB

⌨️ 快捷键说明

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