更新日期: 2022/06/01 来源: https://gitee.com/weharmony/kernel_liteos_a_note
gic_common.h 文件参考

GIC(Generic Interrupt Controller)是ARM公司提供的一个通用的中断控制器 http://weharmonyos.com/blog/44.html 更多...

浏览源代码.

枚举

enum  { GICV1 = 1 , GICV2 , GICV3 , GICV4 }
 

详细描述

GIC(Generic Interrupt Controller)是ARM公司提供的一个通用的中断控制器 http://weharmonyos.com/blog/44.html

* 
版本
作者
weharmonyos.com | 鸿蒙研究站 | 每天死磕一点点
日期
2021-11-18

@history

在文件 gic_common.h 中定义.

枚举类型说明

◆ anonymous enum

anonymous enum
枚举值
GICV1 
GICV2 
GICV3 
GICV4 

在文件 gic_common.h54 行定义.

54 {
55 GICV1 = 1,
56 GICV2,
57 GICV3,
58 GICV4
59};
@ GICV3
Definition: gic_common.h:57
@ GICV1
Definition: gic_common.h:55
@ GICV4
Definition: gic_common.h:58
@ GICV2
Definition: gic_common.h:56