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

📄 mcf5445x_rcm.h

📁 Freescale MCF5445evb 参考测试代码
💻 H
字号:
/* * File:    mcf5445x_rcm.h * Purpose: Register and bit definitions */#ifndef __MCF5445X_RCM_H__#define __MCF5445X_RCM_H__/*********************************************************************** Reset Controller Module (RCM)**********************************************************************//* Register read/write macros */#define MCF_RCM_RCR             (*(vuint8 *)(0xFC0A0000))   #define MCF_RCM_RSR             (*(vuint8 *)(0xFC0A0001))   /* Bit definitions and macros for RCR */#define MCF_RCM_RCR_FRCRSTOUT   (0x40)  #define MCF_RCM_RCR_SOFTRST     (0x80)  /* Bit definitions and macros for RSR */#define MCF_RCM_RSR_LOL         (0x01)  #define MCF_RCM_RSR_WDR_CORE    (0x02)  #define MCF_RCM_RSR_EXT         (0x04)  #define MCF_RCM_RSR_POR         (0x08)  #define MCF_RCM_RSR_SOFT        (0x20)  /********************************************************************/#endif /* __MCF5445X_RCM_H__ */

⌨️ 快捷键说明

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