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

📄 system_services_install.h

📁 使用Usb cy7c68013与DSP通信
💻 H
字号:
/*****************************************************************************
Copyright(c) 2005 Analog Devices, Inc.  All Rights Reserved. This software is 
proprietary and confidential to Analog Devices, Inc. and its licensors.
******************************************************************************

$RCSfile: system_services_install.h,v $
$Revision: 1.3 $
$Date: 2005/10/27 07:48:45 $

Project:	Developer Kit
Title:		system_services_install
Author(s):	ku
Revised by: dwu

Description:
			Functions to configure system services and start devices

References:
			None

******************************************************************************
Tab Setting:			4
Target Processor:		ADSP-BF5xx
Target Tools Revision:	ADSP VisualDSP++ v4.0
******************************************************************************

Modification History:
====================
$Log: system_services_install.h,v $
Revision 1.3  2005/10/27 07:48:45  dwu
Changed/added ADI headers



*****************************************************************************/

#ifndef SYSTEM_SERVICES_INSTALL__H
#define SYSTEM_SERVICES_INSTALL__H

// ISR counters
extern volatile int Counter_MEMDMA;
extern volatile int Counter_PPI;
extern volatile int Error_MEMDMA;
extern volatile int Error_PPI;
extern volatile int Flag_MEMDMA;
extern volatile int Flag_PPI;
extern volatile int Nested_MEMDMA;
extern volatile int Nested_PPI;

void install_system_services(void);

#endif // #ifndef SYSTEM_SERVICES_INSTALL__H

⌨️ 快捷键说明

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