_csl_dat.c

来自「Dm6455 driver,magbe useful to you!」· C语言 代码 · 共 30 行

C
30
字号
/*  ============================================================================
 *   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.c
 *
 *   @path  $(CSLPATH)\src\dst
 *
 *   @desc  This file defines section information
 *
 */

/* =============================================================================
 *  Revision History
 *  ===============
 *  16-Jul-2004 Ruchika Kharwar File Created.
 *
 * =============================================================================
 */
 
#include <csl_dat.h>
#include <_csl_dat.h>
#pragma DATA_SECTION (_CSL_datStateStruct, ".bss:csl_section:dat");
CSL_DatStateStruct _CSL_datStateStruct;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?