Enum efr32x12p::lesense::altexconf::IDLECONF7R [] [src]

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

Possible values of the field IDLECONF7

Variants

ALTEX7 output is disabled in idle phase

ALTEX7 output is high in idle phase

ALTEX7 output is low in idle phase

Reserved

Methods

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for IDLECONF7R
[src]

impl Debug for IDLECONF7R
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for IDLECONF7R
[src]

[src]

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

[src]

This method tests for !=.