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

📄 srcreg.h

📁 本程序为ST公司开发的源代码
💻 H
字号:
/**************************************************
 *
 *
 * CVS ID:   $Id: srcreg.h,v 1.1 2006/01/31 18:50:20 belardi Exp $
 * Author:   Maurizio Marcucci [MM] - STM
 * Date:     $Date: 2006/01/31 18:50:20 $
 * Revision: $Revision: 1.1 $
 * 
 * Description:
 * 
 *   Accordo+ Hardware registers definition
 *
 ***************************************************
 * 
 * COPYRIGHT (C) ST Microelectronics  2005
 *            All Rights Reserved
 *
 ***************************************************/

#include "srcdef.h"

#define SRC_BASE_ADDR     0xC8000000

#define SRC_CS    (*((volatile SRC_CS_UNION *) (SRC_BASE_ADDR + 0x00)))
#define SRC_DIV   (*((volatile uint32       *) (SRC_BASE_ADDR + 0x04)))
#define SRC_DOF   (*((volatile uint32       *) (SRC_BASE_ADDR + 0x08)))
#define SRC_DIF   (*((volatile uint32       *) (SRC_BASE_ADDR + 0x0C)))
#define SRC_DOL   (*((volatile uint32       *) (SRC_BASE_ADDR + 0x10)))
#define SRC_DOR   (*((volatile uint32       *) (SRC_BASE_ADDR + 0x14)))
#define SRC_DIL   (*((volatile uint32       *) (SRC_BASE_ADDR + 0x18)))
#define SRC_DIR   (*((volatile uint32       *) (SRC_BASE_ADDR + 0x1C)))
#define SRC_TEST  (*((volatile uint32       *) (SRC_BASE_ADDR + 0x20)))
#define SRC_RATIO (*((volatile uint32       *) (SRC_BASE_ADDR + 0x24)))
#define SRC_DIFF  (*((volatile uint32       *) (SRC_BASE_ADDR + 0x28)))

⌨️ 快捷键说明

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