Struct lpc55_hal::peripherals::pint::Pint[][src]

pub struct Pint<State = Unknown> {
    pub _state: State,
    // some fields omitted
}

Fields

_state: State

Implementations

LPC55 supports 8 external pin interrupts, from any PIO pin. Use slot to indicate (0-7) which slot you’d like to use. mode indicates what kind of interrupt to generate. You can call this function twice to enable both RisingEdge and FallingEdge interrupts for same pin + slot.

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Performs the conversion.

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.

Should always be Self

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.