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

📄 mcc_int.h

📁 ANSI C 源代码 WISD MSC8101的MCC驱动程序
💻 H
字号:
/****************************************************************************
* Property of Motorola, Wireless Infrastructure Systems Division
****************************************************************************
* ANSI C source code
*
* MCC Driver for WISD MSC8101 Driver Library
*
* MOTOROLA GENERAL BUSINESS INFORMATION
****************************************************************************/


/****************************************************************************
*
* MODULE NAME: mcc_int.h 
*
*****************************************************************************
* DESCRIPTION:MCC Interrupt Routines
*
* AUTHOR:     Jim Gilbert.
*
* VERSION:    v1.0, 20 Dec 2001.
*
* COMPILER:   Metrowerks, CodeWarrior for Starcore Release 1.0
*             IDE v4.1 Build 696.
*
* TARGET:     StarCore/MSC8101 ADS.
*
* REVISION HISTORY: initial release v0.1, 01 Aug  2001.
*                                   v1.0, 20 Dec  2001.
*****************************************************************************/

#ifndef _MCC_INT_H 
#define _MCC_INT_H



/*****************************************************************************
* Function prototypes                                                
*****************************************************************************/
void   PrepareOpenMcc1Channel(UByte ucChanI);  //resets MCC1 interrupt variables
void   PrepareOpenMcc2Channel(UByte ucChanI);  //resets MCC2 interrupt variables
void   MCC1_Interrupt(void);                   //MCC1 interrupt function
void   MCC2_Interrupt(void);                   //MCC2 interrupt function
Word16 CompareBuffers(UByte *pucBuf1,
                      UByte *pucBuf2, 
                      UWord16 usiLen);         //compares two buffers, returns pass/fail



#endif

⌨️ 快捷键说明

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