Enum efr32xg12p::lesense::altexconf::IDLECONF3R [] [src]

pub enum IDLECONF3R {
    DISABLE,
    HIGH,
    LOW,
    _Reserved(u8),
}

Possible values of the field IDLECONF3

Variants

ALTEX3 output is disabled in idle phase

ALTEX3 output is high in idle phase

ALTEX3 output is low in idle phase

Reserved

Methods

impl IDLECONF3R
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is DISABLE

[src]

Checks if the value of the field is HIGH

[src]

Checks if the value of the field is LOW

Trait Implementations

impl Clone for IDLECONF3R
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for IDLECONF3R
[src]

impl Debug for IDLECONF3R
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for IDLECONF3R
[src]

[src]

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

[src]

This method tests for !=.