Enum libftd2xx_cc1101::regs::BsLimit[][src]

#[repr(u8)]
pub enum BsLimit {
    PM0,
    PM3_125,
    PM6_25,
    PM12_5,
}
Expand description

Used in BSCFG.BS_LIMIT

The saturation point for the data rate offset compensation algorithm.

Variants

PM0

+/- 0

PM3_125

+/- 3.125%

PM6_25

+/- 6.25%

PM12_5

+/- 12.5%

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.