?? mcc_int.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 + -