Struct tm4c123x_hal::gpio::gpioe::Parts

source ·
pub struct Parts {
    pub control: GpioControl,
    pub pe0: PE0<Tristate>,
    pub pe1: PE1<Tristate>,
    pub pe2: PE2<Tristate>,
    pub pe3: PE3<Tristate>,
    pub pe4: PE4<Tristate>,
    pub pe5: PE5<Tristate>,
    pub pe6: PE6<Tristate>,
    pub pe7: PE7<Tristate>,
}
Expand description

GPIO parts

Fields

control: GpioControl

Pass an &mut reference to methods that require it.

pe0: PE0<Tristate>

Pin

pe1: PE1<Tristate>

Pin

pe2: PE2<Tristate>

Pin

pe3: PE3<Tristate>

Pin

pe4: PE4<Tristate>

Pin

pe5: PE5<Tristate>

Pin

pe6: PE6<Tristate>

Pin

pe7: PE7<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.