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