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

📄 libdsp.h

📁 General EXAMPLE project for initialization code. This file will be executed on the processor prior
💻 H
字号:
/*****************************************************************************
 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -