Enum libftd2xx_cc1101::regs::MarcState[][src]

#[repr(u8)]
pub enum MarcState {
Show variants Sleep, Idle, Xoff, VcoonMc, RegonMc, Mancal, Vcoon, Regon, Startcal, Bwboost, FsLock, Ifadcon, Endcal, Rx, RxEnd, RxRst, TxrxSwitch, RxFifoOverflow, Fstxon, Tx, TxEnd, RxtxSwitch, TxfifoUnderflow,
}
Expand description

Used in MARCSTATE.MARC_STATE

Main Radio Control FSM State

Variants

Sleep

SLEEP

Idle

IDLE

Xoff

XOFF

VcoonMc

VCOON_MC

RegonMc

REGON_MC

Mancal

MANCAL

Vcoon

VCOON

Regon

REGON

Startcal

STARTCAL

Bwboost

BWBOOST

FsLock

FS_LOCK

Ifadcon

IFADCON

Endcal

ENDCAL

Rx

RX

RxEnd

RX_END

RxRst

RX_RST

TxrxSwitch

TXRX_SWITCH

RxFifoOverflow

RXFIFO_OVERFLOW

Fstxon

FSTXON

Tx

TX

TxEnd

TX_END

RxtxSwitch

RXTX_SWITCH

TxfifoUnderflow

TXFIFO_UNDERFLOW

Trait Implementations

Formats the value using the given formatter. Read more

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.