pub struct Pins {
Show 21 fields pub p0_01: P0_01<Disconnected>, pub p0_02: P0_02<Disconnected>, pub p0_03: P0_03<Disconnected>, pub p0_04: P0_04<Disconnected>, pub p0_07: P0_07<Disconnected>, pub p0_09: P0_09<Disconnected>, pub p0_10: P0_10<Disconnected>, pub p0_12: P0_12<Disconnected>, pub p0_13: P0_13<Disconnected>, pub p0_17: P0_17<Disconnected>, pub p0_18: P0_18<Disconnected>, pub p0_25: P0_25<Disconnected>, pub p0_27: P0_27<Disconnected>, pub p0_29: P0_29<Disconnected>, pub p1_01: P1_01<Disconnected>, pub p1_02: P1_02<Disconnected>, pub p1_03: P1_03<Disconnected>, pub p1_04: P1_04<Disconnected>, pub p1_06: P1_06<Disconnected>, pub p1_07: P1_07<Disconnected>, pub p1_09: P1_09<Disconnected>,
}
Expand description

Unused GPIO pins

Fields

p0_01: P0_01<Disconnected>p0_02: P0_02<Disconnected>p0_03: P0_03<Disconnected>p0_04: P0_04<Disconnected>p0_07: P0_07<Disconnected>p0_09: P0_09<Disconnected>p0_10: P0_10<Disconnected>p0_12: P0_12<Disconnected>p0_13: P0_13<Disconnected>p0_17: P0_17<Disconnected>p0_18: P0_18<Disconnected>p0_25: P0_25<Disconnected>p0_27: P0_27<Disconnected>p0_29: P0_29<Disconnected>p1_01: P1_01<Disconnected>p1_02: P1_02<Disconnected>p1_03: P1_03<Disconnected>p1_04: P1_04<Disconnected>p1_06: P1_06<Disconnected>p1_07: P1_07<Disconnected>p1_09: P1_09<Disconnected>

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Casts the value.

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Casts the value.

Casts the value.

Casts the value.

Returns the argument unchanged.

Calls U::from(self).

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

Performs the conversion.

Performs the conversion.

Casts the value.

OverflowingCasts the value.

Should always be Self

Casts the value.

Casts the value.

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.

Casts the value.

UnwrappedCasts the value.

Casts the value.

WrappingCasts the value.