Struct driver_pal::hal::HalPins[][src]

pub struct HalPins {
    pub cs: HalOutputPin,
    pub reset: HalOutputPin,
    pub busy: HalInputPin,
    pub ready: HalInputPin,
    pub led0: HalOutputPin,
    pub led1: HalOutputPin,
}
Expand description

HalPins object for conveniently returning bound pins

Fields

cs: HalOutputPinreset: HalOutputPinbusy: HalInputPinready: HalInputPinled0: HalOutputPinled1: HalOutputPin

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.

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.