Enum mkw41z::xcvr_ana::rx_lna::RX_MIXER_BUMPR [] [src]

pub enum RX_MIXER_BUMPR {
    _0,
    _1,
    _2,
    _3,
    _Reserved(u8),
}

Possible values of the field RX_MIXER_BUMP

Variants

825mV (Default)

750mV

900mV

975mV

Reserved

Methods

impl RX_MIXER_BUMPR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is _0

[src]

Checks if the value of the field is _1

[src]

Checks if the value of the field is _2

[src]

Checks if the value of the field is _3

Trait Implementations

impl Clone for RX_MIXER_BUMPR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for RX_MIXER_BUMPR
[src]

impl Debug for RX_MIXER_BUMPR
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for RX_MIXER_BUMPR
[src]

[src]

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

[src]

This method tests for !=.

Auto Trait Implementations