Enum mkw41z::xcvr_pll_dig::hpm_bump::HPM_FDB_RES_TXR [] [src]

pub enum HPM_FDB_RES_TXR {
    _00,
    _01,
    _10,
    _11,
}

Possible values of the field HPM_FDB_RES_TX

Variants

29 kohms

58 kohms(gain of 2)

13 kohms

23.7 kohms

Methods

impl HPM_FDB_RES_TXR
[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 HPM_FDB_RES_TXR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for HPM_FDB_RES_TXR
[src]

impl Debug for HPM_FDB_RES_TXR
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for HPM_FDB_RES_TXR
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

Auto Trait Implementations