Enum efr32xg12p::adc0::singlectrl::RESR [] [src]

pub enum RESR {
    _12BIT,
    _8BIT,
    _6BIT,
    OVS,
}

Possible values of the field RES

Variants

12-bit resolution.

8-bit resolution.

6-bit resolution.

Oversampling enabled. Oversampling rate is set in OVSRSEL.

Methods

impl RESR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is _12BIT

[src]

Checks if the value of the field is _8BIT

[src]

Checks if the value of the field is _6BIT

[src]

Checks if the value of the field is OVS

Trait Implementations

impl Clone for RESR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for RESR
[src]

impl Debug for RESR
[src]

[src]

Formats the value using the given formatter.

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