[][src]Trait r3_port_arm::GicOptions

pub trait GicOptions {
    const GIC_DISTRIBUTOR_BASE: usize;
    const GIC_CPU_BASE: usize;
}

The options for use_gic!.

Associated Constants

const GIC_DISTRIBUTOR_BASE: usize

The base address of GIC distributor registers.

const GIC_CPU_BASE: usize

The base address of GIC CPU interface registers.

Loading content...

Implementors

Loading content...