pub struct R(_);
Expand description
Register DMA_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 the first inlink descriptor.
sourcepub fn inlink_auto_ret(&self) -> INLINK_AUTO_RET_R
pub fn inlink_auto_ret(&self) -> INLINK_AUTO_RET_R
Bit 20 - when the bit is set inlink descriptor returns to the next descriptor while a packet is wrong
sourcepub fn inlink_stop(&self) -> INLINK_STOP_R
pub fn inlink_stop(&self) -> INLINK_STOP_R
Bit 28 - Set the bit to stop to use inlink descriptor.
sourcepub fn inlink_start(&self) -> INLINK_START_R
pub fn inlink_start(&self) -> INLINK_START_R
Bit 29 - Set the bit to start to use inlink descriptor.
sourcepub fn inlink_restart(&self) -> INLINK_RESTART_R
pub fn inlink_restart(&self) -> INLINK_RESTART_R
Bit 30 - Set the bit to mount on new inlink descriptors.
Methods from Deref<Target = R<DMA_IN_LINK_SPEC>>
Trait Implementations
sourceimpl From<R<DMA_IN_LINK_SPEC>> for R
impl From<R<DMA_IN_LINK_SPEC>> for R
sourcefn from(reader: R<DMA_IN_LINK_SPEC>) -> Self
fn from(reader: R<DMA_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