Enum nrf52::radio::crccnf::LENR [] [src]

pub enum LENR {
    DISABLED,
    ONE,
    TWO,
    THREE,
}

Possible values of the field LEN

Variants

CRC length is zero and CRC calculation is disabled

CRC length is one byte and CRC calculation is enabled

CRC length is two bytes and CRC calculation is enabled

CRC length is three bytes and CRC calculation is enabled

Methods

impl LENR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is DISABLED

[src]

Checks if the value of the field is ONE

[src]

Checks if the value of the field is TWO

[src]

Checks if the value of the field is THREE

Trait Implementations

impl Clone for LENR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for LENR
[src]

impl Debug for LENR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for LENR
[src]

[src]

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

1.0.0
[src]

This method tests for !=.