[][src]Enum libftd2xx::Cbus232h

#[repr(u8)]pub enum Cbus232h {
    Tristate,
    TxLed,
    RxLed,
    TxRxLed,
    PowerEnable,
    Sleep,
    Drive0,
    Drive1,
    IoMode,
    TxDen,
    Clk30,
    Clk15,
    Clk7_5,
}

FT232H CBUS options.

Variants

Tristate

Tristate.

TxLed

TX LED.

RxLed

RX LED.

TxRxLed

TX and RX LED.

PowerEnable

Power enable.

Sleep

Sleep.

Drive0

Drive pin to logic 0.

Drive1

Drive pin to logic 1.

IoMode

IO Mode doe CBUS bit-bang.

TxDen

TX data enable.

Clk30

30MHz clock.

Clk15

15MHz clock.

Clk7_5

7.5MHz clock.

Trait Implementations

impl Clone for Cbus232h[src]

impl Copy for Cbus232h[src]

impl Debug for Cbus232h[src]

impl Eq for Cbus232h[src]

impl PartialEq<Cbus232h> for Cbus232h[src]

impl StructuralEq for Cbus232h[src]

impl StructuralPartialEq for Cbus232h[src]

impl TryFrom<u8> for Cbus232h[src]

type Error = EepromValueError

The type returned in the event of a conversion error.

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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> 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.