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

📄 usrwdbsysdsp.c

📁 IXP425的BSP代码
💻 C
字号:
/* usrWdbTaskDsp.c - optional DSP support for the extern WDB agent *//* Copyright 1998-2000 Wind River Systems, Inc. *//*modification history--------------------01a,16nov00,zl	 written based on usrWdbSysFpp.c*//*DESCRIPTIONThis library configures the external WDB agent's DSP support.*//* externals */extern BOOL	wdbIsInitialized;/******************************************************************************** wdbSysDspInit - initialize DSP support** This routine initializes DSP support for the external WDB agent.** NOMANUAL*/void wdbSysDspInit (void)    {    WDB_REG_SET_OBJ * pDspRegs;    /* install system mode agent hook for the DSP unit */    if (wdbTgtHasDsp() && wdbIsInitialized)	{	pDspRegs = wdbDspLibInit();	wdbExternRegSetObjAdd (pDspRegs);	}    }

⌨️ 快捷键说明

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