/*
- Copyright © 2015-2020, ARM Limited and Contributors. All rights reserved.
- SPDX-License-Identifier: BSD-3-Clause
*/
#include <assert.h>
#include <drivers/arm/gic_common.h>
#include <lib/mmio.h>
#include “…/common/gic_common_private.h”
1-GIC分发器接口访问器,用于读取整个寄存器
/*******************************************************************************
-
GIC Distributor interface accessors for reading entire registers
*****************************************************************************/
/ -
Accessor to read the GIC Distributor IGROUPR corresponding to the interrupt
-
id, 32 interr

本文档详细介绍了GIC(Generic Interrupt Controller)分发器接口的访问器,包括读取和写入整个寄存器的函数,如IGROUPR、ISENABLER、ICENABLER等,用于管理中断ID的启用、禁用、激活和优先级设置等操作。
订阅专栏 解锁全文
1937

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



