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

pub enum RX_LNA_BUMPR {
    _0,
    _1,
    _2,
    _3,
    _4,
    _8,
    _12,
    _Reserved(u8),
}

Possible values of the field RX_LNA_BUMP

Variants

Default

-25%

+50%

+25%

CM 480mV

CM 600mV

CM 660mV

Reserved

Methods

impl RX_LNA_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

[src]

Checks if the value of the field is _4

[src]

Checks if the value of the field is _8

[src]

Checks if the value of the field is _12

Trait Implementations

impl Clone for RX_LNA_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_LNA_BUMPR
[src]

impl Debug for RX_LNA_BUMPR
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for RX_LNA_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

impl Send for RX_LNA_BUMPR

impl Sync for RX_LNA_BUMPR