[][src]Enum nrf52810_pac::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 Clone for REPORTPERR[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for REPORTPERR[src]

impl PartialEq<REPORTPERR> for REPORTPERR[src]

impl Copy for REPORTPERR[src]

Auto Trait Implementations

impl Send for REPORTPERR

impl Sync for REPORTPERR

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]