pub struct R(/* private fields */);Expand description
Register DMADEBUGCTL0 reader
Implementations§
Source§impl R
impl R
Sourcepub fn dma_fifo_clear(&self) -> DMAFIFOCLEAR_R
pub fn dma_fifo_clear(&self) -> DMAFIFOCLEAR_R
Bit 0 - Set bit to clear the DMA FIFO. Firmware can only set this bit to 1 after set DmaClear bit to 1 and Program this bit to 0 after clear DmaClear bit
Methods from Deref<Target = R<DMADEBUGCTL0_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