Enum efr32x12p::lesense::ch13_interact::EXMODER [] [src]

pub enum EXMODER {
    DISABLE,
    HIGH,
    LOW,
    DACOUT,
}

Possible values of the field EXMODE

Variants

Disabled

Push Pull, GPIO is driven high

Push Pull, GPIO is driven low

VDAC output

Methods

impl EXMODER
[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

[src]

Checks if the value of the field is DACOUT

Trait Implementations

impl Clone for EXMODER
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for EXMODER
[src]

impl Debug for EXMODER
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for EXMODER
[src]

[src]

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

1.0.0
[src]

This method tests for !=.