pub struct R(/* private fields */);
Expand description
Register CH2_CTRL
reader
Implementations§
Source§impl R
impl R
Sourcepub fn structtype(&self) -> STRUCTTYPE_R
pub fn structtype(&self) -> STRUCTTYPE_R
Bits 0:1 - DMA Structure Type
Sourcepub fn byteswap(&self) -> BYTESWAP_R
pub fn byteswap(&self) -> BYTESWAP_R
Bit 15 - Endian Byte Swap
Sourcepub fn blocksize(&self) -> BLOCKSIZE_R
pub fn blocksize(&self) -> BLOCKSIZE_R
Bits 16:19 - Block Transfer Size
Sourcepub fn doneifsen(&self) -> DONEIFSEN_R
pub fn doneifsen(&self) -> DONEIFSEN_R
Bit 20 - DMA Operation Done Interrupt Flag Set Enable
Sourcepub fn decloopcnt(&self) -> DECLOOPCNT_R
pub fn decloopcnt(&self) -> DECLOOPCNT_R
Bit 22 - Decrement Loop Count
Sourcepub fn ignoresreq(&self) -> IGNORESREQ_R
pub fn ignoresreq(&self) -> IGNORESREQ_R
Bit 23 - Ignore Sreq
Methods from Deref<Target = R<CH2_CTRL_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