Enum efm32gg990::lesense::ch9_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

DAC output

Methods

impl EXMODER
[src]

Value of the field as raw bits

Checks if the value of the field is DISABLE

Checks if the value of the field is HIGH

Checks if the value of the field is LOW

Checks if the value of the field is DACOUT

Trait Implementations

impl Clone for EXMODER
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for EXMODER
[src]

impl Debug for EXMODER
[src]

Formats the value using the given formatter. Read more

impl PartialEq for EXMODER
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for EXMODER

impl Sync for EXMODER