pub struct W(/* private fields */);
Expand description
Register CH4_CTRL
writer
Implementations§
Source§impl W
impl W
Sourcepub fn structreq(&mut self) -> STRUCTREQ_W<'_, 3>
pub fn structreq(&mut self) -> STRUCTREQ_W<'_, 3>
Bit 3 - Structure DMA Transfer Request
Sourcepub fn byteswap(&mut self) -> BYTESWAP_W<'_, 15>
pub fn byteswap(&mut self) -> BYTESWAP_W<'_, 15>
Bit 15 - Endian Byte Swap
Sourcepub fn blocksize(&mut self) -> BLOCKSIZE_W<'_, 16>
pub fn blocksize(&mut self) -> BLOCKSIZE_W<'_, 16>
Bits 16:19 - Block Transfer Size
Sourcepub fn doneifsen(&mut self) -> DONEIFSEN_W<'_, 20>
pub fn doneifsen(&mut self) -> DONEIFSEN_W<'_, 20>
Bit 20 - DMA Operation Done Interrupt Flag Set Enable
Sourcepub fn decloopcnt(&mut self) -> DECLOOPCNT_W<'_, 22>
pub fn decloopcnt(&mut self) -> DECLOOPCNT_W<'_, 22>
Bit 22 - Decrement Loop Count
Sourcepub fn ignoresreq(&mut self) -> IGNORESREQ_W<'_, 23>
pub fn ignoresreq(&mut self) -> IGNORESREQ_W<'_, 23>
Bit 23 - Ignore Sreq
Methods from Deref<Target = W<CH4_CTRL_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