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

📄 usrwdbsysfpp.c

📁 IXP425的BSP代码
💻 C
字号:
/* usrWdbTaskFpp.c - optional floating point support for the extern WDB agent *//* Copyright 1998 Wind River Systems, Inc. *//*modification history--------------------01a,22may98,dbt	 taken from 01a of usrWdbFpp.c*//*DESCRIPTIONThis library configures the external WDB agent's hardware floating pointsupport.*//* externals */extern BOOL	wdbIsInitialized;/******************************************************************************** wdbSysFppInit - initialize hardware floating point support** This routine initializes hardware floating point support for the external* WDB agent.** NOMANUAL*/void wdbSysFppInit (void)    {    WDB_REG_SET_OBJ * pFpRegs;    /* install system mode agent hook for the fpp unit */    if (wdbTgtHasFpp() && wdbIsInitialized)	{	pFpRegs = wdbFpLibInit();	wdbExternRegSetObjAdd (pFpRegs);	}    }

⌨️ 快捷键说明

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