[][src]Struct itsybitsy_m4::pins::Dotstar

pub struct Dotstar {
    pub ci: Pb2<Input<Floating>>,
    pub di: Pb3<Input<Floating>>,
    pub nc: Pb0<Input<Floating>>,
}

Dotstar pins

Fields

ci: Pb2<Input<Floating>>di: Pb3<Input<Floating>>nc: Pb0<Input<Floating>>

Methods

impl Dotstar[src]

pub fn dotstar<T: CountDown + Periodic>(
    self,
    port: &mut Port,
    timer: T
) -> Apa102<SPI<Pb0<Input<PullUp>>, Pb3<Output<PushPull>>, Pb2<Output<PushPull>>, T>>
[src]

Auto Trait Implementations

impl Unpin for Dotstar

impl Send for Dotstar

impl Sync for Dotstar

Blanket Implementations

impl<T> From<T> for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

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

The type returned in the event of a conversion error.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self