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

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

Possible values of the field IDLECONF6

Variants

ALTEX6 output is disabled in idle phase

ALTEX6 output is high in idle phase

ALTEX6 output is low in idle phase

Reserved

Methods

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for IDLECONF6R
[src]

impl Debug for IDLECONF6R
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for IDLECONF6R
[src]

[src]

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

[src]

This method tests for !=.