design.h.svn-base
来自「Spearhead2000 的 USB驱动程序」· SVN-BASE 代码 · 共 62 行
SVN-BASE
62 行
/*****************************************************************************//* This confidential and proprietary software may be used only as authorized *//* by a licensing agreement from STMicroelectronics. *//* In the event of publication, the following notice is applicable: *//* *//* (C) COPYRIGHT 2004 STMicroelectronics *//* Innovative Systems Design Group - Central R&D *//* ALL RIGHTS RESERVED *//* *//* The entire notice above must be reproduced on all authorized copies. *//* *//* -- File: design.h *//* -- Author: Christian Gazzina <christian.gazzina@st.com> *//* -- Description: include file for the custom design *//* (required for AHB_regs test) *//* *//* -- Modification History: - 1.1 (13/08/2004) *//*****************************************************************************/// $Id: design.h,v 1.1 2005/06/27 14:15:39 sp_head Exp $// $Log: design.h,v $// Revision 1.1 2005/06/27 14:15:39 sp_head// apb_configuration.h//// Revision 1.1.1.2 2004/12/03 15:34:24 spear// First import from CRD//// Revision 1.1.1.1 2004/12/02 11:07:22 spear// First import from CRD//// // Revision: 1.1 Tue Nov 23 10:14:06 2004 gazzina// first release#ifndef __DESIGN_H__#define __DESIGN_H__#include "eASIC.h"typedef struct AHBREGS_STRUCT{ unsigned int eASIC_PI_CTRL; unsigned int eASIC_PI_DATA0; unsigned int eASIC_PI_DATA1; unsigned int eASIC_PI_DATA2; unsigned int eASIC_PI_DATA3; unsigned int eASIC_PI_READ0; unsigned int eASIC_PI_READ1; unsigned int eASIC_PI_READ2; unsigned int eASIC_PI_READ3; unsigned int eASIC_DMA_CTRL; unsigned int eASIC_DMA_START_ADDR; unsigned int eASIC_DMA_TRANSFER_SZ; unsigned int eASIC_DMA_STATUS; } AHBREGS_STRUCT;#define AHBREGS ((volatile struct AHBREGS_STRUCT*)(eASIC_full_slave_Base))#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?