Trait r3_port_arm::Gic

source ·
pub unsafe trait Gic {
    // Provided methods
 { ... }
 { ... }
}
Expand description

Provides access to a system-global GIC instance. Implemented by use_gic!.

Safety

This trait is not intended to be implemented in any other means.

Provided Methods§

source

Get the number of supported interrupt lines.

source

Set the trigger mode of the specified interrupt line.

Implementors§