📄 eccreg.h
字号:
/**************************************************
*
*
* CVS ID: $Id: eccreg.h,v 1.1 2006/01/31 18:50:16 belardi Exp $
* Author: Maurizio Marcucci [MM] - STM
* Date: $Date: 2006/01/31 18:50:16 $
* Revision: $Revision: 1.1 $
*
* Description:
*
* Accordo+ Hardware registers definition
*
***************************************************
*
* COPYRIGHT (C) ST Microelectronics 2005
* All Rights Reserved
*
***************************************************/
#include "eccdef.h"
#define ECC_BASE_ADDR 0xE8010000
#define ECC_MODE (*((volatile ECC_MODE_UNION *) (ECC_BASE_ADDR + 0x0440)))
#define ECC_CTRL (*((volatile ECC_CTRL_UNION *) (ECC_BASE_ADDR + 0x0444)))
#define ECC_ECR (*((volatile ECC_ECR_UNION *) (ECC_BASE_ADDR + 0x0448)))
#define ECC_ERR_CNT0 (*((volatile uint32 *) (ECC_BASE_ADDR + 0x044C)))
#define ECC_ERR_CNT1 (*((volatile uint32 *) (ECC_BASE_ADDR + 0x0450)))
#define ECC_IT (*((volatile ECC_IT_UNION *) (ECC_BASE_ADDR + 0x0454)))
#define ECC_IT_EN (*((volatile ECC_IT_EN_UNION *) (ECC_BASE_ADDR + 0x0458)))
#define ECC_BISTSEL (*((volatile ECC_BISTSEL_UNION *) (ECC_BASE_ADDR + 0x045C)))
#define ECC_BISTRES (*((volatile ECC_BISTRES_UNION *) (ECC_BASE_ADDR + 0x0460)))
#define ECC_MONI (*((volatile uint32 *) (ECC_BASE_ADDR + 0x0464)))
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -