?? zl5011xdmataskinfo.h
字號(hào):
/*******************************************************************************
*
* File name: zl5011xDmaTaskInfo.h
*
* Version: 1
*
* Author: APL
*
* Date created: 20/10/2004
*
* Copyright 2002, 2003, 2004, 2005, Zarlink Semiconductor Limited.
* All rights reserved.
*
* Module Description:
* This module defines constants for use when creating DMA tasks
*
* Revision History:
*
* Rev: Date: Author: Comments:
* 1 20/10/2004 APL New file
*
*******************************************************************************/
#ifndef _ZL5011X_DMATASKINFO_H_
#define _ZL5011X_DMATASKINFO_H_
#ifdef __cplusplus
extern "C" {
#endif
/***************** INCLUDE FILES ******************************************/
/***************** # DEFINES **********************************************/
/* The following values are used when creating DMA handling tasks */
#define ZL5011X_DMA_TASK_PRIORITY 95 /* Main application priority is
assumed to be 100, & the lower the
number the higher the priority */
#define ZL5011X_DMA_TASK_STACK_SIZE 20000 /* Stack size in bytes for DMA tasks*/
/***************** DATA TYPES *********************************************/
/***************** ENUMERATIONS ******************************************/
/***************** DATA STRUCTURES ****************************************/
/***************** DATA STRUCTURES ****************************************/
/***************** EXPORTED GLOBAL VARIABLE DECLARATIONS ******************/
/***************** EXTERNAL FUNCTION DECLARATIONS *************************/
#ifdef __cplusplus
}
#endif
#endif /* _ZL5011X_DMATASKINFO_H_ */
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -