[][src]Enum nrf52810_pac::qdec::sampleper::SAMPLEPERW

pub enum SAMPLEPERW {
    _128US,
    _256US,
    _512US,
    _1024US,
    _2048US,
    _4096US,
    _8192US,
    _16384US,
    _32MS,
    _65MS,
    _131MS,
}

Values that can be written to the field SAMPLEPER

Variants

_128US

128 us

_256US

256 us

_512US

512 us

_1024US

1024 us

_2048US

2048 us

_4096US

4096 us

_8192US

8192 us

_16384US

16384 us

_32MS

32768 us

_65MS

65536 us

_131MS

131072 us

Auto Trait Implementations

impl Send for SAMPLEPERW

impl Sync for SAMPLEPERW

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]