Struct dwm1001::Leds[][src]

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

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

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.

Performs the conversion.

Performs the conversion.

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.