Trait r3_port_arm::InterruptController 
source · pub trait InterruptController {
    // Required methods
;
;
    // Provided method
 { ... }
}Expand description
An abstract interface to an interrupt controller. Implemented by
use_gic!.
Required Methods§
Provided Methods§
source 
Initialize the driver. This will be called just before entering
PortToKernel::boot.
Safety
This is only intended to be called by the port.