Struct r3::kernel::cfg::CfgInterruptLineBuilder[][src]

pub struct CfgInterruptLineBuilder<System> { /* fields omitted */ }
Expand description

Configuration builder type for InterruptLine.

Implementations

[Required] Specify the interrupt line to confiigure.

Specify the initial priority.

Specify whether the interrupt linie should be enabled at system startup. Defaults to false (don’t enable).

Complete the configuration of an interrupt line, returning an InterruptLine object.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.