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

📄 decreg.h

📁 本程序为ST公司开发的源代码
💻 H
字号:
/************************************************** * * * CVS ID:   $Id: decreg.h,v 1.2 2006/04/26 17:59:52 kutik Exp $ * Author:   Maurizio Marcucci [MM] - STM * Date:     $Date: 2006/04/26 17:59:52 $ * Revision: $Revision: 1.2 $ *  * Description: *  *   Accordo+ Hardware registers definition * *************************************************** *  * COPYRIGHT (C) ST Microelectronics  2005 *            All Rights Reserved * ***************************************************/#include "decdef.h"#define DEC_BASE_ADDR     0xE8020000#define BD_STS           (*((volatile BD_STS_UNION     *) (DEC_BASE_ADDR + 0x00)))#define BD_CTL1          (*((volatile BD_CTL1_UNION    *) (DEC_BASE_ADDR + 0x04)))#define BD_CTL2          (*((volatile BD_CTL2_UNION    *) (DEC_BASE_ADDR + 0x08)))#define BD_TX_CTL        (*((volatile BD_TX_CTL_UNION  *) (DEC_BASE_ADDR + 0x0C)))#define BD_ERR_CTL       (*((volatile BD_ERR_CTL_UNION *) (DEC_BASE_ADDR + 0x10)))#define BD_C3_CTL1       (*((volatile BD_C3_CTL1_UNION *) (DEC_BASE_ADDR + 0x14)))#define BD_C3_CTL2       (*((volatile BD_C3_CTL2_UNION *) (DEC_BASE_ADDR + 0x18)))#define BD_IT_CTL        (*((volatile BD_IT_CTL_UNION  *) (DEC_BASE_ADDR + 0x1C)))#define BD_START_LBA_H   (*((volatile uint32           *) (DEC_BASE_ADDR + 0x20)))#define BD_START_LBA_M   (*((volatile uint32           *) (DEC_BASE_ADDR + 0x24)))#define BD_START_LBA_L   (*((volatile uint32           *) (DEC_BASE_ADDR + 0x28)))#define BD_STOP_LBA_H    (*((volatile uint32           *) (DEC_BASE_ADDR + 0x2C)))#define BD_STOP_LBA_M    (*((volatile uint32           *) (DEC_BASE_ADDR + 0x30)))#define BD_STOP_LBA_L    (*((volatile uint32           *) (DEC_BASE_ADDR + 0x34)))#define BD_TOP_BLK_H     (*((volatile uint32           *) (DEC_BASE_ADDR + 0x38)))#define BD_TOP_BLK_L     (*((volatile uint32           *) (DEC_BASE_ADDR + 0x3C)))#define BD_INT_BLK_H     (*((volatile uint32           *) (DEC_BASE_ADDR + 0x40)))#define BD_INT_BLK_L     (*((volatile uint32           *) (DEC_BASE_ADDR + 0x44)))#define BD_BASE_ADDR     (*((volatile uint32           *) (DEC_BASE_ADDR + 0x48)))#define DF_LAST_BLOCK    (*((volatile uint32           *) (DEC_BASE_ADDR + 0x80)))#define DF_LAST_V_BLOCK  (*((volatile uint32           *) (DEC_BASE_ADDR + 0x84)))#define DF_TOP_BLOCK     (*((volatile uint32           *) (DEC_BASE_ADDR + 0x88)))#define DF_CTL_REG       (*((volatile DF_CTL_REG_UNION *) (DEC_BASE_ADDR + 0x8C)))

⌨️ 快捷键说明

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