[][src]Enum nrf52810_pac::qdec::reportper::REPORTPERW

pub enum REPORTPERW {
    _10SMPL,
    _40SMPL,
    _80SMPL,
    _120SMPL,
    _160SMPL,
    _200SMPL,
    _240SMPL,
    _280SMPL,
    _1SMPL,
}

Values that can be written to the field REPORTPER

Variants

_10SMPL

10 samples / report

_40SMPL

40 samples / report

_80SMPL

80 samples / report

_120SMPL

120 samples / report

_160SMPL

160 samples / report

_200SMPL

200 samples / report

_240SMPL

240 samples / report

_280SMPL

280 samples / report

_1SMPL

1 sample / report

Auto Trait Implementations

impl Send for REPORTPERW

impl Sync for REPORTPERW

Blanket Implementations

impl<T> From for T[src]

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

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