Struct tm4c123x_hal::gpio::gpiof::Parts

source ·
pub struct Parts {
    pub control: GpioControl,
    pub pf0: PF0<Locked>,
    pub pf1: PF1<Tristate>,
    pub pf2: PF2<Tristate>,
    pub pf3: PF3<Tristate>,
    pub pf4: PF4<Tristate>,
    pub pf5: PF5<Tristate>,
    pub pf6: PF6<Tristate>,
    pub pf7: PF7<Tristate>,
}
Expand description

GPIO parts

Fields

control: GpioControl

Pass an &mut reference to methods that require it.

pf0: PF0<Locked>

Pin

pf1: PF1<Tristate>

Pin

pf2: PF2<Tristate>

Pin

pf3: PF3<Tristate>

Pin

pf4: PF4<Tristate>

Pin

pf5: PF5<Tristate>

Pin

pf6: PF6<Tristate>

Pin

pf7: PF7<Tristate>

Pin

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.