Enum samd21g18a::adc::avgctrl::SAMPLENUMR[][src]

pub enum SAMPLENUMR {
    _1,
    _2,
    _4,
    _8,
    _16,
    _32,
    _64,
    _128,
    _256,
    _512,
    _1024,
    _Reserved(u8),
}

Possible values of the field SAMPLENUM

Variants

1 sample

2 samples

4 samples

8 samples

16 samples

32 samples

64 samples

128 samples

256 samples

512 samples

1024 samples

Reserved

Methods

impl SAMPLENUMR
[src]

Value of the field as raw bits

Checks if the value of the field is _1

Checks if the value of the field is _2

Checks if the value of the field is _4

Checks if the value of the field is _8

Checks if the value of the field is _16

Checks if the value of the field is _32

Checks if the value of the field is _64

Checks if the value of the field is _128

Checks if the value of the field is _256

Checks if the value of the field is _512

Checks if the value of the field is _1024

Trait Implementations

impl Clone for SAMPLENUMR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SAMPLENUMR
[src]

impl Debug for SAMPLENUMR
[src]

Formats the value using the given formatter. Read more

impl PartialEq for SAMPLENUMR
[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 SAMPLENUMR

impl Sync for SAMPLENUMR