Enum efr32xg12p::adc0::ctrl::OVSRSELR [] [src]

pub enum OVSRSELR {
    X2,
    X4,
    X8,
    X16,
    X32,
    X64,
    X128,
    X256,
    X512,
    X1024,
    X2048,
    X4096,
    _Reserved(u8),
}

Possible values of the field OVSRSEL

Variants

2 samples for each conversion result

4 samples for each conversion result

8 samples for each conversion result

16 samples for each conversion result

32 samples for each conversion result

64 samples for each conversion result

128 samples for each conversion result

256 samples for each conversion result

512 samples for each conversion result

1024 samples for each conversion result

2048 samples for each conversion result

4096 samples for each conversion result

Reserved

Methods

impl OVSRSELR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is X2

[src]

Checks if the value of the field is X4

[src]

Checks if the value of the field is X8

[src]

Checks if the value of the field is X16

[src]

Checks if the value of the field is X32

[src]

Checks if the value of the field is X64

[src]

Checks if the value of the field is X128

[src]

Checks if the value of the field is X256

[src]

Checks if the value of the field is X512

[src]

Checks if the value of the field is X1024

[src]

Checks if the value of the field is X2048

[src]

Checks if the value of the field is X4096

Trait Implementations

impl Clone for OVSRSELR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for OVSRSELR
[src]

impl Debug for OVSRSELR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for OVSRSELR
[src]

[src]

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

[src]

This method tests for !=.