Enum nrf52::radio::modecnf0::DTXR [] [src]

pub enum DTXR {
    B1,
    B0,
    CENTER,
    _Reserved(u8),
}

Possible values of the field DTX

Variants

Transmit '1'

Transmit '0'

Transmit center frequency

Reserved

Methods

impl DTXR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is B1

[src]

Checks if the value of the field is B0

[src]

Checks if the value of the field is CENTER

Trait Implementations

impl Clone for DTXR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for DTXR
[src]

impl Debug for DTXR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for DTXR
[src]

[src]

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

[src]

This method tests for !=.