zl5011xdmataskinfo.h

来自「Zalink50114----TDMoIP芯片驱动源码」· C头文件 代码 · 共 59 行

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