Enum libftd2xx_cc1101::State[][src]

#[repr(u8)]
pub enum State {
    Idle,
    Rx,
    Tx,
    FstxOn,
    Calibrate,
    Settling,
    RxFifoOverflow,
    TxFifoUnderflow,
}
Expand description

Variants

Idle

IDLE state

Rx

Receive mode

Tx

Transmit mode

FstxOn

Fast TX ready

Calibrate

Frequency synthesizer calibration is running

Settling

PLL is settling

RxFifoOverflow

RX FIFO has overflowed. Read out any useful data, then flush the FIFO with SFRX

TxFifoUnderflow

TX FIFO has underflowed. Acknowledge with SFTX

Trait Implementations

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

The amount of bits used by the specifier.

The base type of the specifier. Read more

The interface type of the specifier. Read more

Converts some bytes into the in-out type. Read more

Converts the given bytes into the in-out type. 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.