Enum libftd2xx_cc1101::regs::CarrierSenseRelThr[][src]

#[repr(u8)]
pub enum CarrierSenseRelThr {
    RelThrDisabled,
    Db6IncreaseRssi,
    Db10IncreaseRssi,
    Db14IncreaseRssi,
}
Expand description

Used in AGCCTRL1.CARRIER_SENSE_REL_THR

Sets the relative change threshold for asserting carrier sense.

Variants

RelThrDisabled

Relative carrier sense threshold disabled

Db6IncreaseRssi

6 dB increase in RSSI value

Db10IncreaseRssi

10 dB increase in RSSI value

Db14IncreaseRssi

14 dB increase in RSSI value

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.