Enum nrf52833_hal::pac::qdec::reportper::REPORTPER_A[][src]

#[repr(u8)]pub enum REPORTPER_A {
    _10SMPL,
    _40SMPL,
    _80SMPL,
    _120SMPL,
    _160SMPL,
    _200SMPL,
    _240SMPL,
    _280SMPL,
    _1SMPL,
}

Specifies the number of samples to be accumulated in the ACC register before the REPORTRDY and DBLRDY events can be generated

Value on reset: 0

Variants

_10SMPL

0: 10 samples / report

_40SMPL

1: 40 samples / report

_80SMPL

2: 80 samples / report

_120SMPL

3: 120 samples / report

_160SMPL

4: 160 samples / report

_200SMPL

5: 200 samples / report

_240SMPL

6: 240 samples / report

_280SMPL

7: 280 samples / report

_1SMPL

8: 1 sample / report

Trait Implementations

impl Clone for REPORTPER_A[src]

impl Copy for REPORTPER_A[src]

impl Debug for REPORTPER_A[src]

impl PartialEq<REPORTPER_A> for REPORTPER_A[src]

impl StructuralPartialEq for REPORTPER_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.