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

📄 dcmreg.h

📁 本程序为ST公司开发的源代码
💻 H
字号:
/************************************************** * * * CVS ID:   $Id: dcmreg.h,v 1.2 2006/04/26 17:59:53 kutik Exp $ * Author:   Maurizio Marcucci [MM] - STM * Date:     $Date: 2006/04/26 17:59:53 $ * Revision: $Revision: 1.2 $ *  * Description: *  *   Accordo+ Hardware registers definition * *************************************************** *  * COPYRIGHT (C) ST Microelectronics  2005 *            All Rights Reserved * ***************************************************/#include "dcmdef.h"#define DCM_BASE_ADDR     0xE800C000#define DFRS              (*((volatile uint32           *) (DCM_BASE_ADDR + 0x0480)))#define DFCR              (*((volatile DFCR_UNION       *) (DCM_BASE_ADDR + 0x0484)))#define AFDR              (*((volatile uint32           *) (DCM_BASE_ADDR + 0x0488)))#define AFRS              (*((volatile uint32           *) (DCM_BASE_ADDR + 0x048C)))#define AFCF              (*((volatile uint32           *) (DCM_BASE_ADDR + 0x0490)))#define RA_CTRL1          (*((volatile RA_CTRL1_UNION   *) (DCM_BASE_ADDR + 0x0494)))#define RA_CTRL2          (*((volatile RA_CTRL2_UNION   *) (DCM_BASE_ADDR + 0x0498)))#define RA_CTRL3          (*((volatile RA_CTRL3_UNION   *) (DCM_BASE_ADDR + 0x049C)))#define RA_ADDR           (*((volatile uint32           *) (DCM_BASE_ADDR + 0x04A0)))#define RA_DATA           (*((volatile uint32           *) (DCM_BASE_ADDR + 0x04A4)))#define RA_TRKS_TO_SKIP_L (*((volatile uint32           *) (DCM_BASE_ADDR + 0x04A8)))#define RA_TRKS_TO_SKIP_H (*((volatile uint32           *) (DCM_BASE_ADDR + 0x04AC)))#define RA_nTRACKS_L      (*((volatile uint32           *) (DCM_BASE_ADDR + 0x04B0)))#define RA_nTRACKS_H      (*((volatile uint32           *) (DCM_BASE_ADDR + 0x0488)))#define RA_FREQL          (*((volatile uint32           *) (DCM_BASE_ADDR + 0x04B8)))#define RA_FREQH          (*((volatile uint32           *) (DCM_BASE_ADDR + 0x0488)))#define AUX0L             (*((volatile uint32           *) (DCM_BASE_ADDR + 0x04C0)))#define AUX0H             (*((volatile uint32           *) (DCM_BASE_ADDR + 0x0488)))#define AUX1L             (*((volatile uint32           *) (DCM_BASE_ADDR + 0x04C8)))#define AUX1H             (*((volatile uint32           *) (DCM_BASE_ADDR + 0x0488)))#define AUX2L             (*((volatile uint32           *) (DCM_BASE_ADDR + 0x04D0)))#define AUX2H             (*((volatile uint32           *) (DCM_BASE_ADDR + 0x0488)))#define AUX3L             (*((volatile uint32           *) (DCM_BASE_ADDR + 0x04D8)))#define AUX3H             (*((volatile uint32           *) (DCM_BASE_ADDR + 0x0488)))#define AUX4L             (*((volatile uint32           *) (DCM_BASE_ADDR + 0x04E0)))#define AUX4H             (*((volatile uint32           *) (DCM_BASE_ADDR + 0x0488)))#define RA_STATUS         (*((volatile RA_STATUS_UNION  *) (DCM_BASE_ADDR + 0x04E8)))

⌨️ 快捷键说明

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