pub struct R(_);
Expand description
Register IN_LINK
reader
Implementations
sourceimpl R
impl R
sourcepub fn inlink_addr(&self) -> INLINK_ADDR_R
pub fn inlink_addr(&self) -> INLINK_ADDR_R
Bits 0:19 - The address of first inlink descriptor.
sourcepub fn inlink_stop(&self) -> INLINK_STOP_R
pub fn inlink_stop(&self) -> INLINK_STOP_R
Bit 28 - Set this bit to stop inlink descriptor.
sourcepub fn inlink_start(&self) -> INLINK_START_R
pub fn inlink_start(&self) -> INLINK_START_R
Bit 29 - Set this bit to start inlink descriptor.
sourcepub fn inlink_restart(&self) -> INLINK_RESTART_R
pub fn inlink_restart(&self) -> INLINK_RESTART_R
Bit 30 - Set this bit to restart inlink descriptor.
sourcepub fn inlink_park(&self) -> INLINK_PARK_R
pub fn inlink_park(&self) -> INLINK_PARK_R
Bit 31
Methods from Deref<Target = R<IN_LINK_SPEC>>
Trait Implementations
sourceimpl From<R<IN_LINK_SPEC>> for R
impl From<R<IN_LINK_SPEC>> for R
sourcefn from(reader: R<IN_LINK_SPEC>) -> Self
fn from(reader: R<IN_LINK_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