libdsp.h

来自「General EXAMPLE project for initializati」· C头文件 代码 · 共 20 行

H
20
字号
/*****************************************************************************
 macros
******************************************************************************/

/* ___udiv32 manipulates some data registers and pointer registers without saving theme as the C-Runtime environment is taking care of this */
#define udiv32() [--SP] = (R7:1,P5:0); call ___udiv32; (R7:1,P5:0) = [SP++]


/*****************************************************************************
 Prototypes
******************************************************************************/

/* Project Options->Assemble->Additional Include Directories: $(VDSP)\Blackfin\lib\src\libdsp\ */
.EXTERN ___udiv32;


/*****************************************************************************
 EOF
******************************************************************************/

⌨️ 快捷键说明

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