[][src]Struct nrf52840_hal::pac::qdec::reportper::REPORTPER_W

pub struct REPORTPER_W<'a> { /* fields omitted */ }

Write proxy for field REPORTPER

Implementations

impl<'a> REPORTPER_W<'a>[src]

pub fn variant(
    self,
    variant: REPORTPER_A
) -> &'a mut W<u32, Reg<u32, _REPORTPER>>
[src]

Writes variant to the field

pub fn _10smpl(self) -> &'a mut W<u32, Reg<u32, _REPORTPER>>[src]

10 samples / report

pub fn _40smpl(self) -> &'a mut W<u32, Reg<u32, _REPORTPER>>[src]

40 samples / report

pub fn _80smpl(self) -> &'a mut W<u32, Reg<u32, _REPORTPER>>[src]

80 samples / report

pub fn _120smpl(self) -> &'a mut W<u32, Reg<u32, _REPORTPER>>[src]

120 samples / report

pub fn _160smpl(self) -> &'a mut W<u32, Reg<u32, _REPORTPER>>[src]

160 samples / report

pub fn _200smpl(self) -> &'a mut W<u32, Reg<u32, _REPORTPER>>[src]

200 samples / report

pub fn _240smpl(self) -> &'a mut W<u32, Reg<u32, _REPORTPER>>[src]

240 samples / report

pub fn _280smpl(self) -> &'a mut W<u32, Reg<u32, _REPORTPER>>[src]

280 samples / report

pub fn _1smpl(self) -> &'a mut W<u32, Reg<u32, _REPORTPER>>[src]

1 sample / report

pub unsafe fn bits(self, value: u8) -> &'a mut W<u32, Reg<u32, _REPORTPER>>[src]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for REPORTPER_W<'a>

impl<'a> !Sync for REPORTPER_W<'a>

impl<'a> Unpin for REPORTPER_W<'a>

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.