Struct stm32f3_discovery::leds::Leds[][src]

Fields

ld3: Switch<PEx<Output<PushPull>>, ActiveHigh>

North

ld4: Switch<PEx<Output<PushPull>>, ActiveHigh>

NorthWest

ld5: Switch<PEx<Output<PushPull>>, ActiveHigh>

NorthEast

ld6: Switch<PEx<Output<PushPull>>, ActiveHigh>

West

ld7: Switch<PEx<Output<PushPull>>, ActiveHigh>

East

ld8: Switch<PEx<Output<PushPull>>, ActiveHigh>

SouthWest

ld9: Switch<PEx<Output<PushPull>>, ActiveHigh>

SouthEast

ld10: Switch<PEx<Output<PushPull>>, ActiveHigh>

South

Implementations

Initializes the user LEDs to OFF

Consumes the Leds struct and returns an array where index 0 is N and each incrementing index rotates clockwise around the compass

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Consumes the IoPin returning a Switch of the appropriate ActiveLevel. Read more

Consumes the IoPin returning a Switch<IoPin, ActiveLow>. Read more

Consumes the IoPin returning a Switch<IoPin, ActiveHigh>. Read more

Should always be Self

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.