Enum nrf52811_pac::qdec::sampleper::SAMPLEPER_A[][src]

#[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

Performs the conversion.

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

This method tests for !=.

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

Performs the conversion.

Performs the conversion.

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.