pub struct W(/* private fields */);
Expand description
Register SEQCTRL
writer
Implementations§
Source§impl W
impl W
Sourcepub fn blocksize(&mut self) -> BLOCKSIZE_W<'_, 20>
pub fn blocksize(&mut self) -> BLOCKSIZE_W<'_, 20>
Bits 20:21 - Size of Data Blocks
Sourcepub fn dma0skip(&mut self) -> DMA0SKIP_W<'_, 24>
pub fn dma0skip(&mut self) -> DMA0SKIP_W<'_, 24>
Bits 24:25 - DMA0 Skip
Sourcepub fn dma1skip(&mut self) -> DMA1SKIP_W<'_, 26>
pub fn dma1skip(&mut self) -> DMA1SKIP_W<'_, 26>
Bits 26:27 - DMA1 Skip
Sourcepub fn dma0presa(&mut self) -> DMA0PRESA_W<'_, 28>
pub fn dma0presa(&mut self) -> DMA0PRESA_W<'_, 28>
Bit 28 - DMA0 Preserve a
Sourcepub fn dma1presa(&mut self) -> DMA1PRESA_W<'_, 29>
pub fn dma1presa(&mut self) -> DMA1PRESA_W<'_, 29>
Bit 29 - DMA1 Preserve a
Methods from Deref<Target = W<SEQCTRL_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