Enum efr32xg12p::adc0::status::PROGERRR [] [src]

pub enum PROGERRR {
    BUSCONF,
    NEGSELCONF,
    _Reserved(u8),
}

Possible values of the field PROGERR

Variants

""

""

Reserved

Methods

impl PROGERRR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is BUSCONF

[src]

Checks if the value of the field is NEGSELCONF

Trait Implementations

impl Clone for PROGERRR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for PROGERRR
[src]

impl Debug for PROGERRR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for PROGERRR
[src]

[src]

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

[src]

This method tests for !=.