pub struct R(_);
Expand description
Register DEVID
reader
Implementations
sourceimpl R
impl R
sourcepub fn nr_trace_input(&self) -> NRTRACEINPUT_R
pub fn nr_trace_input(&self) -> NRTRACEINPUT_R
Bit 0
sourcepub fn asyn_clk_in(&self) -> ASYNCLKIN_R
pub fn asyn_clk_in(&self) -> ASYNCLKIN_R
Bit 5
sourcepub fn min_buf_sz(&self) -> MINBUFSZ_R
pub fn min_buf_sz(&self) -> MINBUFSZ_R
Bits 6:8
sourcepub fn ptinvalid(&self) -> PTINVALID_R
pub fn ptinvalid(&self) -> PTINVALID_R
Bit 9
sourcepub fn mancvalid(&self) -> MANCVALID_R
pub fn mancvalid(&self) -> MANCVALID_R
Bit 10
sourcepub fn nrzvalid(&self) -> NRZVALID_R
pub fn nrzvalid(&self) -> NRZVALID_R
Bit 11
Methods from Deref<Target = R<DEVID_SPEC>>
Trait Implementations
sourceimpl From<R<DEVID_SPEC>> for R
impl From<R<DEVID_SPEC>> for R
sourcefn from(reader: R<DEVID_SPEC>) -> Self
fn from(reader: R<DEVID_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more