pub struct W(/* private fields */);
Expand description
Register dmac_mode%s
writer
Implementations§
source§impl W
impl W
sourcepub fn dma_src_mode(&mut self) -> DMA_SRC_MODE_W<'_, 2>
pub fn dma_src_mode(&mut self) -> DMA_SRC_MODE_W<'_, 2>
Bit 2 - Source Communication Mode Select
sourcepub fn dma_dst_mode(&mut self) -> DMA_DST_MODE_W<'_, 3>
pub fn dma_dst_mode(&mut self) -> DMA_DST_MODE_W<'_, 3>
Bit 3 - Destination Communication Mode Select
Methods from Deref<Target = W<DMAC_MODE_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more