[][src]Struct nrf52832_hal::nrf52_hal_common::gpio::p0::Parts

pub struct Parts {
    pub p0_00: P0_00<Input<Floating>>,
    pub p0_01: P0_01<Input<Floating>>,
    pub p0_02: P0_02<Input<Floating>>,
    pub p0_03: P0_03<Input<Floating>>,
    pub p0_04: P0_04<Input<Floating>>,
    pub p0_05: P0_05<Input<Floating>>,
    pub p0_06: P0_06<Input<Floating>>,
    pub p0_07: P0_07<Input<Floating>>,
    pub p0_08: P0_08<Input<Floating>>,
    pub p0_09: P0_09<Input<Floating>>,
    pub p0_10: P0_10<Input<Floating>>,
    pub p0_11: P0_11<Input<Floating>>,
    pub p0_12: P0_12<Input<Floating>>,
    pub p0_13: P0_13<Input<Floating>>,
    pub p0_14: P0_14<Input<Floating>>,
    pub p0_15: P0_15<Input<Floating>>,
    pub p0_16: P0_16<Input<Floating>>,
    pub p0_17: P0_17<Input<Floating>>,
    pub p0_18: P0_18<Input<Floating>>,
    pub p0_19: P0_19<Input<Floating>>,
    pub p0_20: P0_20<Input<Floating>>,
    pub p0_21: P0_21<Input<Floating>>,
    pub p0_22: P0_22<Input<Floating>>,
    pub p0_23: P0_23<Input<Floating>>,
    pub p0_24: P0_24<Input<Floating>>,
    pub p0_25: P0_25<Input<Floating>>,
    pub p0_26: P0_26<Input<Floating>>,
    pub p0_27: P0_27<Input<Floating>>,
    pub p0_28: P0_28<Input<Floating>>,
    pub p0_29: P0_29<Input<Floating>>,
    pub p0_30: P0_30<Input<Floating>>,
    pub p0_31: P0_31<Input<Floating>>,
}

GPIO parts

Fields

Pin

Pin

Pin

Pin

Pin

Pin

Pin

Pin

Pin

Pin

Pin

Pin

Pin

Pin

Pin

Pin

Pin

Pin

Pin

Pin

Pin

Pin

Pin

Pin

Pin

Pin

Pin

Pin

Pin

Pin

Pin

Pin

Auto Trait Implementations

impl Send for Parts

impl Sync for Parts

Blanket Implementations

impl<T> From for T
[src]

Performs the conversion.

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl<T, U> Into for T where
    U: From<T>, 
[src]

Performs the conversion.

impl<T> Borrow for T where
    T: ?Sized
[src]

Immutably borrows from an owned value. Read more

impl<T> BorrowMut for T where
    T: ?Sized
[src]

Mutably borrows from an owned value. Read more

impl<T> Any for T where
    T: 'static + ?Sized
[src]

🔬 This is a nightly-only experimental API. (get_type_id)

this method will likely be replaced by an associated static

Gets the TypeId of self. Read more