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

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

Sample period.

Value on reset: 0

Variants

_128US

0: 128us sample period.

_256US

1: 256us sample period.

_512US

2: 512us sample period.

_1024US

3: 1024us sample period.

_2048US

4: 2048us sample period.

_4096US

5: 4096us sample period.

_8192US

6: 8192us sample period.

_16384US

7: 16384us sample period.

Trait Implementations

impl Clone for SAMPLEPER_A[src]

impl Copy for SAMPLEPER_A[src]

impl Debug for SAMPLEPER_A[src]

impl From<SAMPLEPER_A> for u8[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<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.