#[repr(u8)]
pub enum SAMPLEPER_A {
    _128US,
    _256US,
    _512US,
    _1024US,
    _2048US,
    _4096US,
    _8192US,
    _16384US,
    _32MS,
    _65MS,
    _131MS,
}
Expand description

Sample period. The SAMPLE register will be updated for every new sample

Value on reset: 0

Variants

_128US

0: 128 us

_256US

1: 256 us

_512US

2: 512 us

_1024US

3: 1024 us

_2048US

4: 2048 us

_4096US

5: 4096 us

_8192US

6: 8192 us

_16384US

7: 16384 us

_32MS

8: 32768 us

_65MS

9: 65536 us

_131MS

10: 131072 us

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Converts to this type from the input type.
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.