[][src]Struct nrf52840_platform::ParticleArgon

pub struct ParticleArgon { /* fields omitted */ }

Trait Implementations

impl Debug for ParticleArgon[src]

impl Feather for ParticleArgon[src]

type MainLed = Self::D7

type MainI2cMapping = I2cMapping<Self::SDA, Self::SCL>

type SDA = Pin<P0_26<Input<Floating>>>

type SCL = Pin<P0_27<Input<Floating>>>

type D2 = Pin<P1_01<Input<Floating>>>

type D3 = Pin<P1_02<Input<Floating>>>

type D4 = Pin<P1_08<Input<Floating>>>

type D5 = Pin<P1_10<Input<Floating>>>

type D6 = Pin<P1_11<Input<Floating>>>

type D7 = Pin<P1_12<Input<Floating>>>

type D8 = Pin<P1_03<Input<Floating>>>

type P0 = Pin<P0_11<Input<Floating>>>

type TX = Pin<P0_06<Input<Floating>>>

type RX = Pin<P0_08<Input<Floating>>>

type MISO = Pin<P1_14<Input<Floating>>>

type MOSI = Pin<P1_13<Input<Floating>>>

type SCK = Pin<P1_15<Input<Floating>>>

type A5 = Pin<P0_31<Input<Floating>>>

type A4 = Pin<P0_30<Input<Floating>>>

type A3 = Pin<P0_29<Input<Floating>>>

type A2 = Pin<P0_28<Input<Floating>>>

type A1 = Pin<P0_04<Input<Floating>>>

type A0 = Pin<P0_03<Input<Floating>>>

impl Platform for ParticleArgon[src]

type Error = Error

Auto Trait Implementations

Blanket Implementations

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

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

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

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

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

impl<A> PlatformExt for A where
    A: Platform
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

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> 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.