⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sdma_script_code.h

📁 freescale i.mx31 BSP CE5.0全部源码
💻 H
📖 第 1 页 / 共 2 页
字号:
//-----------------------------------------------------------------------------
//
//  Copyright (C) 2006, Freescale Semiconductor, Inc. All Rights Reserved
//  THIS SOURCE CODE IS CONFIDENTIAL AND PROPRIETARY AND MAY NOT
//  BE USED OR DISTRIBUTED WITHOUT THE WRITTEN PERMISSION OF
//  Freescale Semiconductor, Inc.
//
//-----------------------------------------------------------------------------
//
//  Header:  sdma_script_code.h
//
//  Provides SDMA RAM image code and definitions.
//
//-----------------------------------------------------------------------------
#ifndef SDMA_SCRIPT_CODE_H
#define SDMA_SCRIPT_CODE_H


/*! 
* Following define start address of start script 
*/
#define start_ADDR	0
/*! 
* Following define size of start script 
*/
#define start_SIZE	21
 
/*! 
* Following define start address of core script 
*/
#define core_ADDR	80
/*! 
* Following define size of core script 
*/
#define core_SIZE	152
 
/*! 
* Following define start address of common script 
*/
#define common_ADDR	232
/*! 
* Following define size of common script 
*/
#define common_SIZE	191
 
/*! 
* Following define start address of burst_copy script 
*/
#define burst_copy_ADDR	423
/*! 
* Following define size of burst_copy script 
*/
#define burst_copy_SIZE	87
 
/*! 
* Following define start address of dsp_2_burst script 
*/
#define dsp_2_burst_ADDR	510
/*! 
* Following define size of dsp_2_burst script 
*/
#define dsp_2_burst_SIZE	24
 
/*! 
* Following define start address of burst_2_dsp script 
*/
#define burst_2_dsp_ADDR	534
/*! 
* Following define size of burst_2_dsp script 
*/
#define burst_2_dsp_SIZE	24
 
/*! 
* Following define start address of dsp_copy script 
*/
#define dsp_copy_ADDR	558
/*! 
* Following define size of dsp_copy script 
*/
#define dsp_copy_SIZE	86
 
/*! 
* Following define start address of mcu_2_mcu script 
*/
#define mcu_2_mcu_ADDR	644
/*! 
* Following define size of mcu_2_mcu script 
*/
#define mcu_2_mcu_SIZE	79
 
/*! 
* Following define start address of mcu_2_per script 
*/
#define mcu_2_per_ADDR	723
/*! 
* Following define size of mcu_2_per script 
*/
#define mcu_2_per_SIZE	88
 
/*! 
* Following define start address of test script 
*/
#define test_ADDR	811
/*! 
* Following define size of test script 
*/
#define test_SIZE	63
 
/*! 
* Following define start address of mcu_2_dsp script 
*/
#define mcu_2_dsp_ADDR	874
/*! 
* Following define size of mcu_2_dsp script 
*/
#define mcu_2_dsp_SIZE	30
 
/*! 
* Following define start address of mcu_2_dsp_2buf script 
*/
#define mcu_2_dsp_2buf_ADDR	904
/*! 
* Following define size of mcu_2_dsp_2buf script 
*/
#define mcu_2_dsp_2buf_SIZE	113
 
/*! 
* Following define start address of dsp_2_mcu script 
*/
#define dsp_2_mcu_ADDR	1017
/*! 
* Following define size of dsp_2_mcu script 
*/
#define dsp_2_mcu_SIZE	30
 
/*! 
* Following define start address of dsp_2_mcu_2buf script 
*/
#define dsp_2_mcu_2buf_ADDR	1047
/*! 
* Following define size of dsp_2_mcu_2buf script 
*/
#define dsp_2_mcu_2buf_SIZE	113
 
/*! 
* Following define start address of dsp_2_dsp script 
*/
#define dsp_2_dsp_ADDR	1160
/*! 
* Following define size of dsp_2_dsp script 
*/
#define dsp_2_dsp_SIZE	64
 
/*! 
* Following define start address of per_2_mcu script 
*/
#define per_2_mcu_ADDR	1224
/*! 
* Following define size of per_2_mcu script 
*/
#define per_2_mcu_SIZE	121
 
/*! 
* Following define start address of dsp_2_per_2buf script 
*/
#define dsp_2_per_2buf_ADDR	1345
/*! 
* Following define size of dsp_2_per_2buf script 
*/
#define dsp_2_per_2buf_SIZE	164
 
/*! 
* Following define start address of per_2_dsp_2buf script 
*/
#define per_2_dsp_2buf_ADDR	1509
/*! 
* Following define size of per_2_dsp_2buf script 
*/
#define per_2_dsp_2buf_SIZE	168
 
/*! 
* Following define start address of per_2_per script 
*/
#define per_2_per_ADDR	1677
/*! 
* Following define size of per_2_per script 
*/
#define per_2_per_SIZE	67
 
/*! 
* Following define start address of error_dsp script 
*/
#define error_dsp_ADDR	1744
/*! 
* Following define size of error_dsp script 
*/
#define error_dsp_SIZE	34
 
/*! 
* Following define start address of ap_2_ap script 
*/
#define ap_2_ap_ADDR	6144
/*! 
* Following define size of ap_2_ap script 
*/
#define ap_2_ap_SIZE	294
 
/*! 
* Following define start address of app_2_mcu script 
*/
#define app_2_mcu_ADDR	6438
/*! 
* Following define size of app_2_mcu script 
*/
#define app_2_mcu_SIZE	101
 
/*! 
* Following define start address of ata_2_mcu script 
*/
#define ata_2_mcu_ADDR	6539
/*! 
* Following define size of ata_2_mcu script 
*/
#define ata_2_mcu_SIZE	110
 
/*! 
* Following define start address of dptc_dvfs script 
*/
#define dptc_dvfs_ADDR	6649
/*! 
* Following define size of dptc_dvfs script 
*/
#define dptc_dvfs_SIZE	273
 
/*! 
* Following define start address of error script 
*/
#define error_ADDR	6922
/*! 
* Following define size of error script 
*/
#define error_SIZE	73
 
/*! 
* Following define start address of firi_2_mcu script 
*/
#define firi_2_mcu_ADDR	6995
/*! 
* Following define size of firi_2_mcu script 
*/
#define firi_2_mcu_SIZE	180
 
/*! 
* Following define start address of mcu_2_app script 
*/
#define mcu_2_app_ADDR	7175
/*! 
* Following define size of mcu_2_app script 
*/
#define mcu_2_app_SIZE	127
 
/*! 
* Following define start address of mcu_2_ata script 
*/
#define mcu_2_ata_ADDR	7302
/*! 
* Following define size of mcu_2_ata script 
*/
#define mcu_2_ata_SIZE	87
 
/*! 
* Following define start address of mcu_2_firi script 
*/
#define mcu_2_firi_ADDR	7389
/*! 
* Following define size of mcu_2_firi script 
*/
#define mcu_2_firi_SIZE	74
 
/*! 
* Following define start address of mcu_2_mshc script 
*/
#define mcu_2_mshc_ADDR	7463
/*! 
* Following define size of mcu_2_mshc script 
*/
#define mcu_2_mshc_SIZE	48
 
/*! 
* Following define start address of mcu_2_shp script 
*/
#define mcu_2_shp_ADDR	7511
/*! 

⌨️ 快捷键说明

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