Enum mkw41z::xcvr_ana::rx_tza::RX_TZA_BW_SELR [] [src]

pub enum RX_TZA_BW_SELR {
    _000,
    _001,
    _010,
    _011,
    _100,
    _101,
    _Reserved(u8),
}

Possible values of the field RX_TZA_BW_SEL

Variants

1000K

900K

800K

700K Default

600K

500K

Reserved

Methods

impl RX_TZA_BW_SELR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is _000

[src]

Checks if the value of the field is _001

[src]

Checks if the value of the field is _010

[src]

Checks if the value of the field is _011

[src]

Checks if the value of the field is _100

[src]

Checks if the value of the field is _101

Trait Implementations

impl Clone for RX_TZA_BW_SELR
[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_TZA_BW_SELR
[src]

impl Debug for RX_TZA_BW_SELR
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for RX_TZA_BW_SELR
[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