/*
- Copyright © 2015-2020, ARM Limited and Contributors. All rights reserved.
- SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef GIC_COMMON_H
#define GIC_COMMON_H
#include <lib/utils_def.h>
1-GIC Distributor接口通用定义
/*******************************************************************************
- GIC Distributor interface general definitions
*****************************************************************************/
/ Constants to categorise interrupts */
#define MIN_SGI_ID U(0)
#define MIN_SEC_SGI_ID U(8)
#define MIN_PPI_ID U(16)
#define MIN_SPI_ID U(32)
#define MAX_SPI_ID U(1019)
#define TOTAL

本文档详细介绍了ARM GIC(Generic Interrupt Controller)Distributor接口的通用定义,包括中断ID分类、寄存器偏移和常量,如MIN_SGI_ID、MAX_SPI_ID、GICD_CTLR等,以及GIC各版本的中断配置和优先级设定。
订阅专栏 解锁全文
213

被折叠的 条评论
为什么被折叠?



