sdk-coreb_idle.c
来自「ADI blackfin DSP的基于device friver的jpeg压缩算」· C语言 代码 · 共 21 行
C
21 行
/*******************************************************************************
Copyright(c) 2005 Analog Devices. All Rights Reserved.
By using this module you agree to the terms of the Analog Devices License
Agreement for DSP Software.
********************************************************************************
File Name : SDK-coreb_idle.c
Description : Disables Core B.
*******************************************************************************/
#include <ccblkfn.h>
void main()
{
while(1)
{
idle();
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?