Enum libftd2xx_cc1101::regs::AdrChk[][src]

#[repr(u8)]
pub enum AdrChk {
    NoAddressCheck,
    AddressCheckNoBroadcast,
    AddressCheck0Broadcast,
    AddressCheck0_255Broadcast,
}
Expand description

Used in PKTCTRL1.ADR_CHK

Controls address check configuration of received packages.

Variants

NoAddressCheck

No address check

AddressCheckNoBroadcast

Address check, no broadcast

AddressCheck0Broadcast

Address check and 0 (0x00) broadcast

AddressCheck0_255Broadcast

Address check and 0 (0x00) and 255 (0xFF) broadcast

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.