Enum efr32xg12p::lesense::idleconf::CH11R [] [src]

pub enum CH11R {
    DISABLE,
    HIGH,
    LOW,
    DAC,
}

Possible values of the field CH11

Variants

CH11 output is disabled in idle phase

CH11 output is high in idle phase

CH11 output is low in idle phase

CH11 output is connected to VDAC output in idle phase. Note that this mode is only available on channels

Methods

impl CH11R
[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 DAC

Trait Implementations

impl Clone for CH11R
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for CH11R
[src]

impl Debug for CH11R
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for CH11R
[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 !=.