system_services_install.h

来自「使用Usb cy7c68013与DSP通信」· C头文件 代码 · 共 54 行

H
54
字号
/*****************************************************************************
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 + =
减小字号Ctrl + -
显示快捷键?