Enum nrf52840::radio::crccnf::SKIPADDRR[][src]

pub enum SKIPADDRR {
    INCLUDE,
    SKIP,
    IEEE802154,
    _Reserved(u8),
}

Possible values of the field SKIPADDR

Variants

CRC calculation includes address field

CRC calculation does not include address field. The CRC calculation will start at the first byte after the address.

CRC calculation as per 802.15.4 standard. Starting at first byte after length field.

Reserved

Methods

impl SKIPADDRR
[src]

Value of the field as raw bits

Checks if the value of the field is INCLUDE

Checks if the value of the field is SKIP

Checks if the value of the field is IEEE802154

Trait Implementations

impl Clone for SKIPADDRR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SKIPADDRR
[src]

impl Debug for SKIPADDRR
[src]

Formats the value using the given formatter. Read more

impl PartialEq for SKIPADDRR
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for SKIPADDRR

impl Sync for SKIPADDRR