pub struct R(_);
Expand description
Register OUT_LINK
reader
Implementations
sourceimpl R
impl R
sourcepub fn outlink_addr(&self) -> OUTLINK_ADDR_R
pub fn outlink_addr(&self) -> OUTLINK_ADDR_R
Bits 0:19
sourcepub fn outlink_stop(&self) -> OUTLINK_STOP_R
pub fn outlink_stop(&self) -> OUTLINK_STOP_R
Bit 28
sourcepub fn outlink_start(&self) -> OUTLINK_START_R
pub fn outlink_start(&self) -> OUTLINK_START_R
Bit 29
sourcepub fn outlink_restart(&self) -> OUTLINK_RESTART_R
pub fn outlink_restart(&self) -> OUTLINK_RESTART_R
Bit 30
sourcepub fn outlink_park(&self) -> OUTLINK_PARK_R
pub fn outlink_park(&self) -> OUTLINK_PARK_R
Bit 31
Methods from Deref<Target = R<OUT_LINK_SPEC>>
Trait Implementations
sourceimpl From<R<OUT_LINK_SPEC>> for R
impl From<R<OUT_LINK_SPEC>> for R
sourcefn from(reader: R<OUT_LINK_SPEC>) -> Self
fn from(reader: R<OUT_LINK_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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