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

pub enum RX_TZA_SPARER {
    _00,
    _01,
    _10,
    _11,
    _Reserved(u8),
}

Possible values of the field RX_TZA_SPARE

Variants

600mV (Default)

675mV

450mV

525mV

Reserved

Methods

impl RX_TZA_SPARER
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is _00

[src]

Checks if the value of the field is _01

[src]

Checks if the value of the field is _10

[src]

Checks if the value of the field is _11

Trait Implementations

impl Clone for RX_TZA_SPARER
[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_SPARER
[src]

impl Debug for RX_TZA_SPARER
[src]

[src]

Formats the value using the given formatter. Read more

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

impl Sync for RX_TZA_SPARER