pub struct R(/* private fields */);
Expand description
Register SEQCTRL
reader
Implementations§
Source§impl R
impl R
Sourcepub fn blocksize(&self) -> BLOCKSIZE_R
pub fn blocksize(&self) -> BLOCKSIZE_R
Bits 20:21 - Size of Data Blocks
Sourcepub fn dma0skip(&self) -> DMA0SKIP_R
pub fn dma0skip(&self) -> DMA0SKIP_R
Bits 24:25 - DMA0 Skip
Sourcepub fn dma1skip(&self) -> DMA1SKIP_R
pub fn dma1skip(&self) -> DMA1SKIP_R
Bits 26:27 - DMA1 Skip
Sourcepub fn dma0presa(&self) -> DMA0PRESA_R
pub fn dma0presa(&self) -> DMA0PRESA_R
Bit 28 - DMA0 Preserve a
Sourcepub fn dma1presa(&self) -> DMA1PRESA_R
pub fn dma1presa(&self) -> DMA1PRESA_R
Bit 29 - DMA1 Preserve a
Methods from Deref<Target = R<SEQCTRL_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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