[][src]Struct dwm1001::Leds

pub struct Leds {
    pub D9: Led,
    pub D10: Led,
    pub D11: Led,
    pub D12: Led,
}

The LEDs on the DWM1001-Dev board

The documentation of the field's states the name of the LED on the DWM1001-Dev, as well as the names of the pins on the DWM1001 and nRF52.

This struct is only available, if the dev feature is enabled.

Fields

D9: Led

DWM1001-Dev: D9; DWM1001: GPIO_30; nRF52: P0.30

D10: Led

DWM1001-Dev: D10; DWM1001: GPIO_31; nRF52: P0.31

D11: Led

DWM1001-Dev: D11; DWM1001: GPIO_22; nRF52: P0.22

D12: Led

DWM1001-Dev: D12; DWM1001: GPIO_14; nRF52: P0.14

Auto Trait Implementations

impl Send for Leds

impl Sync for Leds

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