Struct ftd2xx_embedded_hal::OutputPin[][src]

pub struct OutputPin<'a, Device: FtdiCommon> { /* fields omitted */ }
Expand description

FTDI output pin.

This is created by calling FtHal::ad0 - FtHal::ad7.

Trait Implementations

Formats the value using the given formatter. Read more

Error type

Drives the pin low Read more

Drives the pin high Read more

Drives the pin high or low depending on the provided value Read more

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.