Struct Pins

Source
pub struct Pins {
Show 22 fields pub rst: P0_18<Input<Floating>>, pub mode: P0_11<Input<Floating>>, pub a0: P0_03<Input<Floating>>, pub a1: P0_04<Input<Floating>>, pub a2: P0_28<Input<Floating>>, pub a3: P0_29<Input<Floating>>, pub a4: P0_30<Input<Floating>>, pub a5: P0_31<Input<Floating>>, pub sck: P1_15<Input<Floating>>, pub mosi: P1_13<Input<Floating>>, pub miso: P1_14<Input<Floating>>, pub rx: P0_08<Input<Floating>>, pub tx: P0_06<Input<Floating>>, pub d0: P0_26<Input<Floating>>, pub d1: P0_27<Input<Floating>>, pub d2: P1_01<Input<Floating>>, pub d3: P1_02<Input<Floating>>, pub d4: P1_08<Input<Floating>>, pub d5: P1_10<Input<Floating>>, pub d6: P1_11<Input<Floating>>, pub d7: P1_12<Input<Floating>>, pub d8: P1_03<Input<Floating>>,
}

Fields§

§rst: P0_18<Input<Floating>>§mode: P0_11<Input<Floating>>§a0: P0_03<Input<Floating>>§a1: P0_04<Input<Floating>>§a2: P0_28<Input<Floating>>§a3: P0_29<Input<Floating>>§a4: P0_30<Input<Floating>>§a5: P0_31<Input<Floating>>§sck: P1_15<Input<Floating>>§mosi: P1_13<Input<Floating>>§miso: P1_14<Input<Floating>>§rx: P0_08<Input<Floating>>§tx: P0_06<Input<Floating>>§d0: P0_26<Input<Floating>>§d1: P0_27<Input<Floating>>§d2: P1_01<Input<Floating>>§d3: P1_02<Input<Floating>>§d4: P1_08<Input<Floating>>§d5: P1_10<Input<Floating>>§d6: P1_11<Input<Floating>>§d7: P1_12<Input<Floating>>§d8: P1_03<Input<Floating>>

Auto Trait Implementations§

§

impl Freeze for Pins

§

impl RefUnwindSafe for Pins

§

impl Send for Pins

§

impl Sync for Pins

§

impl Unpin for Pins

§

impl UnwindSafe for Pins

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

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

Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.