rt-thread-official/components/drivers/pic
GUI 1d614a819d
[DM/feature] Implement PIC irq state { get; set } (#9006)
* [DM/feature] Implement PIC irq state { get; set }

There are some common state for irq:
1. Pending: IRQ was triggered, but software not ACK.
2. Active: IRQ was ACK, but not EOI.
3. Masked: IRQ was masked or umasked.

Signed-off-by: GuEe-GUI <2991707448@qq.com>

* [DM/pic] Support IRQ state { get; set } for ARM GICv2/v3

Signed-off-by: GuEe-GUI <2991707448@qq.com>

---------

Signed-off-by: GuEe-GUI <2991707448@qq.com>
2024-05-31 17:37:39 +08:00
..
Kconfig [components][driver]add isr statistics (#8955) 2024-05-21 09:01:42 +08:00
SConscript [components][drivers]add pic-gic (#8388) 2024-02-29 09:39:56 +08:00
pic-gic-common.c [fix]fix compile err in pic-gic (#9015) 2024-05-31 17:33:34 +08:00
pic-gic-common.h [fix]fix compile err in pic-gic (#9015) 2024-05-31 17:33:34 +08:00
pic-gicv2.c [DM/feature] Implement PIC irq state { get; set } (#9006) 2024-05-31 17:37:39 +08:00
pic-gicv2.h [components][drivers]add pic-gic (#8388) 2024-02-29 09:39:56 +08:00
pic-gicv3.c [DM/feature] Implement PIC irq state { get; set } (#9006) 2024-05-31 17:37:39 +08:00
pic-gicv3.h [components][drivers]add pic-gic (#8388) 2024-02-29 09:39:56 +08:00
pic.c [DM/feature] Implement PIC irq state { get; set } (#9006) 2024-05-31 17:37:39 +08:00
pic_rthw.c [fixup] aarch64 UMP compiler error (#8677) 2024-03-30 17:58:38 +08:00