Struct tm4c123x_hal::gpio::gpiob::Parts

source ·
pub struct Parts {
    pub control: GpioControl,
    pub pb0: PB0<Tristate>,
    pub pb1: PB1<Tristate>,
    pub pb2: PB2<Tristate>,
    pub pb3: PB3<Tristate>,
    pub pb4: PB4<Tristate>,
    pub pb5: PB5<Tristate>,
    pub pb6: PB6<Tristate>,
    pub pb7: PB7<Tristate>,
}
Expand description

GPIO parts

Fields

control: GpioControl

Pass an &mut reference to methods that require it.

pb0: PB0<Tristate>

Pin

pb1: PB1<Tristate>

Pin

pb2: PB2<Tristate>

Pin

pb3: PB3<Tristate>

Pin

pb4: PB4<Tristate>

Pin

pb5: PB5<Tristate>

Pin

pb6: PB6<Tristate>

Pin

pb7: PB7<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.