[][src]Enum nrf52832_hal::nrf52_hal_common::target::qdec::reportper::REPORTPERR

pub enum REPORTPERR {
    _10SMPL,
    _40SMPL,
    _80SMPL,
    _120SMPL,
    _160SMPL,
    _200SMPL,
    _240SMPL,
    _280SMPL,
    _1SMPL,
    _Reserved(u8),
}

Possible values of the field REPORTPER

Variants

10 samples / report

40 samples / report

80 samples / report

120 samples / report

160 samples / report

200 samples / report

240 samples / report

280 samples / report

1 sample / report

Reserved

Methods

impl REPORTPERR
[src]

Value of the field as raw bits

Checks if the value of the field is _10SMPL

Checks if the value of the field is _40SMPL

Checks if the value of the field is _80SMPL

Checks if the value of the field is _120SMPL

Checks if the value of the field is _160SMPL

Checks if the value of the field is _200SMPL

Checks if the value of the field is _240SMPL

Checks if the value of the field is _280SMPL

Checks if the value of the field is _1SMPL

Trait Implementations

impl Copy for REPORTPERR
[src]

impl Clone for REPORTPERR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for REPORTPERR
[src]

Formats the value using the given formatter. Read more

impl PartialEq<REPORTPERR> for REPORTPERR
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for REPORTPERR

impl Sync for REPORTPERR

Blanket Implementations

impl<T> From for T
[src]

Performs the conversion.

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

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

The type returned in the event of a conversion error.

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

Performs the conversion.

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

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

The type returned in the event of a conversion error.

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

Performs the conversion.

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

Performs the conversion.

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

Immutably borrows from an owned value. Read more

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

Mutably borrows from an owned value. Read more

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

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

this method will likely be replaced by an associated static

Gets the TypeId of self. Read more