📄 usrwdbdsp.c
字号:
/* usrWdbDsp.c - optional DSP support for the WDB agent *//* Copyright 1997-2000 Wind River Systems, Inc. *//*modification history--------------------01a,16nov00,zl written based on usrWdbFpp.c*//*DESCRIPTIONThis library configures the WDB agent's DSP unit support.*/extern void wdbTgtHasDspSet(void);/******************************************************************************** wdbDspInit - initialize DSP support*/void wdbDspInit (void) { /* no DSP unit - just return */ if (dspProbe() == ERROR) return; /* mark DSP unit as available */ wdbTgtHasDspSet(); }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -