Enum libftd2xx::Cbus232r[][src]

#[repr(u8)]pub enum Cbus232r {
    TxDataEnable,
    PowerOn,
    RxLed,
    TxLed,
    TxRxLed,
    Sleep,
    Clk48,
    Clk24,
    Clk12,
    Clk6,
    IoMode,
    BitbangWrite,
    BitbangRead,
}

FT232R CBUS options.

Variants

TxDataEnable

TX data enable.

PowerOn

Power on.

RxLed

RX LED.

TxLed

TX LED.

TxRxLed

TX and RX LED.

Sleep

Sleep.

Clk48

48MHz clock.

Clk24

24MHz clock.

Clk12

12MHz clock.

Clk6

6MHz clock.

IoMode

IO mode for CBUS bit-bang.

BitbangWrite

Bit-bang write stobe.

BitbangRead

Bit-bang read stobe.

Trait Implementations

impl Clone for Cbus232r[src]

impl Copy for Cbus232r[src]

impl Debug for Cbus232r[src]

impl Eq for Cbus232r[src]

impl PartialEq<Cbus232r> for Cbus232r[src]

impl StructuralEq for Cbus232r[src]

impl StructuralPartialEq for Cbus232r[src]

impl TryFrom<u8> for Cbus232r[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.