MCPcopy Create free account
hub / github.com/IBM/ACE-RISCV / InterruptController

Class InterruptController

security-monitor/src/core/interrupt_controller/mod.rs:20–20  ·  view source on GitHub ↗

Interrupt controller abstract the functionality needed by the security monitor to interact with hart/device interrupts.

Source from the content-addressed store, hash-verified

18/// Interrupt controller abstract the functionality needed by the security monitor to interact with hart/device
19/// interrupts.
20pub struct InterruptController {}
21
22impl<'a> InterruptController {
23 /// Constructs the global, unique interrupt controller instance.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected