Enum libftd2xx_cc1101::regs::FsAutocal[][src]

#[repr(u8)]
pub enum FsAutocal {
    Never,
    FromIdleToRxOrTxOrFstxOn,
    FromRxOrTxToIdle,
    Every4thFromRxOrTxToIdle,
}
Expand description

Used in MCSM0.FS_AUTOCAL

Automatically calibrate when going to RX or TX, or back to IDLE

Variants

Never

Never (manually calibrate using SCAL strobe)

FromIdleToRxOrTxOrFstxOn

When going from IDLE to RX or TX (or FSTXON)

FromRxOrTxToIdle

When going from RX or TX back to IDLE automatically

Every4thFromRxOrTxToIdle

Every 4th time when going from RX or TX to IDLE automatically

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.