pub struct W(/* private fields */);
Expand description
Register RECT0
writer
Implementations§
Source§impl W
impl W
Sourcepub fn srcstride(&mut self) -> SRCSTRIDE_W<'_>
pub fn srcstride(&mut self) -> SRCSTRIDE_W<'_>
Bits 10:20 - DMA Channel 0 Source Stride
Sourcepub fn dststride(&mut self) -> DSTSTRIDE_W<'_>
pub fn dststride(&mut self) -> DSTSTRIDE_W<'_>
Bits 21:31 - DMA Channel 0 Destination Stride
Methods from Deref<Target = W<RECT0_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