Enum libftd2xx_cc1101::regs::RxTime[][src]

#[repr(u8)]
pub enum RxTime {
    Time0,
    Time1,
    Time2,
    Time3,
    Time4,
    Time5,
    Time6,
    UntilEndOfPacket,
}
Expand description

Used in MCSM2.RX_TIME

The RX timeout in μs is given by EVENT0*C(RX_TIME, WOR_RES)·26/X

Variants

Time0

3.6058, 18.0288, 32.4519, 46.8750

Time1

1.8029, 9.0144, 16.2260, 23.4375

Time2

0.9014, 4.5072, 8.1130, 11.7188

Time3

0.4507, 2.2536, 4.0565, 5.8594

Time4

0.2254, 1.1268, 2.0282, 2.9297

Time5

0.1127, 0.5634, 1.0141, 1.4648

Time6

0.0563, 0.2817, 0.5071, 0.7324

UntilEndOfPacket

Until end of packet

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.