[][src]Enum nrf52811_hal::pac::qdec::sampleper::SAMPLEPER_A

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

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

impl Clone for SAMPLEPER_A[src]

impl Copy for SAMPLEPER_A[src]

impl Debug for SAMPLEPER_A[src]

impl PartialEq<SAMPLEPER_A> for SAMPLEPER_A[src]

impl StructuralPartialEq for SAMPLEPER_A[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<Src, Dst> LosslessTryInto<Dst> for Src where
    Dst: LosslessTryFrom<Src>, 
[src]

impl<Src, Dst> LossyInto<Dst> for Src where
    Dst: LossyFrom<Src>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.