Enum s32k144::adc1::sc3::AvgsR [] [src]

pub enum AvgsR {
    _00,
    _01,
    _10,
    _11,
}

Possible values of the field AVGS

Variants

4 samples averaged.

8 samples averaged.

16 samples averaged.

32 samples averaged.

Methods

impl AvgsR
[src]

Value of the field as raw bits

Checks if the value of the field is _00

Checks if the value of the field is _01

Checks if the value of the field is _10

Checks if the value of the field is _11

Trait Implementations

impl Clone for AvgsR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for AvgsR
[src]

impl Debug for AvgsR
[src]

Formats the value using the given formatter.

impl PartialEq for AvgsR
[src]

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

This method tests for !=.