[][src]Enum nrf52::qdec::reportper::REPORTPERR

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

Possible values of 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

_Reserved(u8)

Reserved

Methods

impl REPORTPERR[src]

pub fn bits(&self) -> u8[src]

Value of the field as raw bits

pub fn is_10smpl(&self) -> bool[src]

Checks if the value of the field is _10SMPL

pub fn is_40smpl(&self) -> bool[src]

Checks if the value of the field is _40SMPL

pub fn is_80smpl(&self) -> bool[src]

Checks if the value of the field is _80SMPL

pub fn is_120smpl(&self) -> bool[src]

Checks if the value of the field is _120SMPL

pub fn is_160smpl(&self) -> bool[src]

Checks if the value of the field is _160SMPL

pub fn is_200smpl(&self) -> bool[src]

Checks if the value of the field is _200SMPL

pub fn is_240smpl(&self) -> bool[src]

Checks if the value of the field is _240SMPL

pub fn is_280smpl(&self) -> bool[src]

Checks if the value of the field is _280SMPL

pub fn is_1smpl(&self) -> bool[src]

Checks if the value of the field is _1SMPL

Trait Implementations

impl Debug for REPORTPERR[src]

impl PartialEq<REPORTPERR> for REPORTPERR[src]

impl Copy for REPORTPERR[src]

impl StructuralPartialEq for REPORTPERR[src]

impl Clone for REPORTPERR[src]

Auto Trait Implementations

impl Unpin for REPORTPERR

impl Send for REPORTPERR

impl Sync for REPORTPERR

Blanket Implementations

impl<T> From<T> for T[src]

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

type Error = !

The type returned in the event of a conversion error.

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

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self