Interrupt controller abstract the functionality needed by the security monitor to interact with hart/device interrupts.
| 18 | /// Interrupt controller abstract the functionality needed by the security monitor to interact with hart/device |
| 19 | /// interrupts. |
| 20 | pub struct InterruptController {} |
| 21 | |
| 22 | impl<'a> InterruptController { |
| 23 | /// Constructs the global, unique interrupt controller instance. |
nothing calls this directly
no outgoing calls
no test coverage detected