WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
gic_v2.h 文件参考
#include "asm/platform.h"
gic_v2.h 的引用(Include)关系图:

浏览源代码.

宏定义

#define GICC_CTLR   (GICC_OFFSET + 0x00) /* CPU Interface Control Register */
 
#define GICC_PMR   (GICC_OFFSET + 0x04) /* Interrupt Priority Mask Register */
 
#define GICC_BPR   (GICC_OFFSET + 0x08) /* Binary Point Register */
 
#define GICC_IAR   (GICC_OFFSET + 0x0c) /* Interrupt Acknowledge Register */
 
#define GICC_EOIR   (GICC_OFFSET + 0x10) /* End of Interrupt Register */
 
#define GICC_RPR   (GICC_OFFSET + 0x14) /* Running Priority Register */
 

宏定义说明

◆ GICC_BPR

#define GICC_BPR   (GICC_OFFSET + 0x08) /* Binary Point Register */

◆ GICC_CTLR

#define GICC_CTLR   (GICC_OFFSET + 0x00) /* CPU Interface Control Register */

◆ GICC_EOIR

#define GICC_EOIR   (GICC_OFFSET + 0x10) /* End of Interrupt Register */

◆ GICC_IAR

#define GICC_IAR   (GICC_OFFSET + 0x0c) /* Interrupt Acknowledge Register */

◆ GICC_PMR

#define GICC_PMR   (GICC_OFFSET + 0x04) /* Interrupt Priority Mask Register */

◆ GICC_RPR

#define GICC_RPR   (GICC_OFFSET + 0x14) /* Running Priority Register */