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

📄 usrwdbfpp.c

📁 IXP425的BSP代码
💻 C
字号:
/* usrWdbFpp.c - optional floating point support for the WDB agent *//* Copyright 1997-1998 Wind River Systems, Inc. *//*modification history--------------------01b,22may98,dbt	 moved fpp task mode support in usrWdbTaskFpp.c and 		 system mode support in usrWdbSysFpp.c.01a,21jul97,ms	 taken from 01y of usrWdb.c*//*DESCRIPTIONThis library configures the WDB agent's hardware floating pointsupport.*/extern void wdbTgtHasFppSet(void);/******************************************************************************** wdbFppInit - initialize hardware floating point support*/void wdbFppInit (void)    {    /* no fpp unit - just return */    if (fppProbe() == ERROR)	return;    /* mark fpp unit as available */    wdbTgtHasFppSet();    }

⌨️ 快捷键说明

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