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

📄 mcf5445x_pciarb.h

📁 Freescale MCF5445evb 参考测试代码
💻 H
字号:
/* * File:    mcf5445x_pciarb.h * Purpose: Register and bit definitions */#ifndef __MCF5445X_PCIARB_H__#define __MCF5445X_PCIARB_H__/*********************************************************************** PCI Arbiter Module (PCIARB)**********************************************************************//* Register read/write macros */#define MCF_PCIARB_PACR         (*(vuint32*)(0xFC0AC000))   #define MCF_PCIARB_PASR         (*(vuint32*)(0xFC0AC004))   /* Bit definitions and macros for PACR */#define MCF_PCIARB_PACR_INTMPRI         (0x00000001)            #define MCF_PCIARB_PACR_EXTMPRI(x)      (((x)&0x0000001F)<<1)   #define MCF_PCIARB_PACR_RA              (0x00008000)            #define MCF_PCIARB_PACR_INTMINTEN       (0x00010000)            #define MCF_PCIARB_PACR_EXTMINTEN(x)    (((x)&0x0000001F)<<17)  #define MCF_PCIARB_PACR_PKMD            (0x40000000)            #define MCF_PCIARB_PACR_DS              (0x80000000)            /* Bit definitions and macros for PASR */#define MCF_PCIARB_PASR_ITLMBK      (0x00010000)            #define MCF_PCIARB_PASR_EXTMBK(x)   (((x)&0x0000001F)<<17)  /********************************************************************/#endif /* __MCF5445X_PCIARB_H__ */

⌨️ 快捷键说明

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