Enum libftd2xx_cc1101::regs::ModFormat[][src]

#[repr(u8)]
pub enum ModFormat {
    Fsk2,
    Gfsk,
    AskOok,
    Fsk4,
    Msk,
}
Expand description

Used in MDMCFG2.MOD_FORMAT

The modulation format of the radio signal

Variants

Fsk2

2-FSK

Gfsk

GFSK

AskOok

ASK/OOK

Fsk4

4-FSK

Msk

MSK

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.