资源简介
这是TI的6455的CSL开发包,包括了支持的库文件和很多例子不错的
代码片段和文件信息
/* ============================================================================
* 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 Bwmngmt_example.c
*
* @path $(CSLPATH)\example\bwmngmt\src
*
* @desc Example for BWMNGMT CSL
*
* ============================================================================
* @n Target Platform: EVM
* ============================================================================
* @n Example Description
* @n This example
* 1. Initializes and opens the CSL BWMNGMT module instance.
* 2. Sets up the hardware to default values and mapPriority
* ControlBlocks i.e. CSL_bwmngmtHwSetup() is called for
* module configuration.
* 3. Read back the hardware setup parameters
* 4. Does the comparision of configured setup parameters and red
* hardware setup parameters
* 5. Displays the messages based on step 4
*
* =============================================================================
*
* Procedure to run the example
* @verbatim
* 1. Configure the CCS setup to work with the emulator being used
* 2. Please refer CCS manual for setup configuration and loading
* proper GEL file
* 3. Launch CCS window
* 4. Open project Bwmngmt_example.pjt
* 5. Build the project and load the .out file of the project.
*
* @endverbatim
*
*/
/* =============================================================================
* Revision History
* ===============
* 23-sept-2005 PSK File Created
*
* 16-Dec-2005 ds Updated documentation
* =============================================================================
*/
#include
#include
#include
/* Forward declarations */
void bwmngmt_example (void);
CSL_Status bwmngmtHwSetupVerify(CSL_BwmngmtHwSetup* CSL_BwmngmtHwSetup*);
/* Handle for the BWMNGMT instance */
CSL_BwmngmtHandle hBwmngmt;
/* Global variable used to log the error */
Uint32 bwmngmtExampleFailed = 0;
/*
* =============================================================================
* @func main
*
* @desc
* This is the main routine for the file.
*
* =============================================================================
*/
void main (void)
{
bwmngmt_example();
return;
}
/*
* =============================================================================
* @func bwmngmt_example
*
* @desc
* This function invokes example that prove functi
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2006-09-11 16:39 default_package\
文件 5725677 2006-09-07 00:47 default_package\C6455_CSL_APIREFERENCE.pdf
目录 0 2006-09-11 15:38 default_package\csl_c6455\
目录 0 2006-09-11 15:38 default_package\csl_c6455\example\
目录 0 2006-09-11 15:38 default_package\csl_c6455\example\bwmngmt\
目录 0 2006-09-11 15:38 default_package\csl_c6455\example\bwmngmt\build\
文件 1104 2005-12-17 16:15 default_package\csl_c6455\example\bwmngmt\build\Bwmngmt_example.pjt
文件 2510 2006-09-11 14:29 default_package\csl_c6455\example\bwmngmt\build\c6455.cmd
文件 1454 2005-10-28 08:44 default_package\csl_c6455\example\bwmngmt\readme.txt
目录 0 2006-09-11 15:38 default_package\csl_c6455\example\bwmngmt\src\
文件 7191 2006-02-08 17:00 default_package\csl_c6455\example\bwmngmt\src\Bwmngmt_example.c
目录 0 2006-09-11 15:38 default_package\csl_c6455\example\cache\
目录 0 2006-09-11 15:38 default_package\csl_c6455\example\cache\build\
文件 2850 2006-09-11 14:29 default_package\csl_c6455\example\cache\build\c6455.cmd
文件 1092 2005-12-17 16:15 default_package\csl_c6455\example\cache\build\Cache_example.pjt
文件 1339 2005-10-28 08:44 default_package\csl_c6455\example\cache\readme.txt
目录 0 2006-09-11 15:38 default_package\csl_c6455\example\cache\src\
文件 23347 2006-02-08 17:00 default_package\csl_c6455\example\cache\src\Cache_example.c
目录 0 2006-09-11 15:38 default_package\csl_c6455\example\cfg\
目录 0 2006-09-11 15:38 default_package\csl_c6455\example\cfg\build\
文件 2510 2006-09-11 14:29 default_package\csl_c6455\example\cfg\build\c6455.cmd
文件 1376 2005-12-17 16:15 default_package\csl_c6455\example\cfg\build\Cfg_example.pjt
文件 1440 2005-10-28 08:45 default_package\csl_c6455\example\cfg\readme.txt
目录 0 2006-09-11 15:38 default_package\csl_c6455\example\cfg\src\
文件 8040 2006-02-08 17:00 default_package\csl_c6455\example\cfg\src\Cfg_example.c
目录 0 2006-09-11 15:38 default_package\csl_c6455\example\chip\
目录 0 2006-09-11 15:38 default_package\csl_c6455\example\chip\build\
文件 2822 2006-09-11 14:29 default_package\csl_c6455\example\chip\build\c6455.cmd
文件 1086 2005-12-17 16:15 default_package\csl_c6455\example\chip\build\Chip_example.pjt
文件 1321 2005-10-28 08:45 default_package\csl_c6455\example\chip\readme.txt
目录 0 2006-09-11 15:38 default_package\csl_c6455\example\chip\src\
............此处省略732个文件信息
评论
共有 条评论