📄 zl5011xdmataskinfo.h
字号:
/*******************************************************************************
*
* 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_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -