_csl_dat.h
来自「Dm6455 driver,magbe useful to you!」· C头文件 代码 · 共 35 行
H
35 行
/* ===========================================================================
* Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
*
* Use of this software is controlled by the terms and conditions found in the
* license agreement under which this software has been supplied.
* ===========================================================================
*/
/* ============================================================================
* @file _csl_dat.h
*
* @desc Header file for DAT System Service APIs
*
* @path $(CSLPATH)\inc
*
*/
/* Dat State structure */
typedef struct _CSL_DatStateStruct {
/* QDMA Channel number being requested */
Int32 qchNum;
/* Region of operation */
Int32 regionNum;
/* Transfer completion code dedicated for DAT */
Int32 tccNum;
/* Parameter Entry for this channel */
Int32 paramNum;
/* Priority/Que number on which the transfer requests are submitted */
Int32 priority;
/* Pending/Not */
Bool pending;
} CSL_DatStateStruct;
extern CSL_DatStateStruct _CSL_datStateStruct;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?