Enum mkw41z::xcvr_ana::sy_ctrl_1::SY_PD_SPARER [] [src]

pub enum SY_PD_SPARER {
    _0,
    _1,
    _Reserved(u8),
}

Possible values of the field SY_PD_SPARE

Variants

Default ;

PD output is pulled down.

Reserved

Methods

impl SY_PD_SPARER
[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

Trait Implementations

impl Clone for SY_PD_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 SY_PD_SPARER
[src]

impl Debug for SY_PD_SPARER
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for SY_PD_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 SY_PD_SPARER

impl Sync for SY_PD_SPARER