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

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

Possible values of the field IDLECONF1

Variants

ALTEX1 output is disabled in idle phase

ALTEX1 output is high in idle phase

ALTEX1 output is low in idle phase

Reserved

Methods

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for IDLECONF1R
[src]

impl Debug for IDLECONF1R
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for IDLECONF1R
[src]

[src]

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

[src]

This method tests for !=.