pub struct W(/* private fields */);Expand description
Register DMAMUX_C5CR writer
Implementations§
Source§impl W
impl W
Sourcepub fn dmareq_id(&mut self) -> DMAREQ_ID_W<'_>
pub fn dmareq_id(&mut self) -> DMAREQ_ID_W<'_>
Bits 0:7 - Input DMA request line selected
Sourcepub fn spol(&mut self) -> SPOL_W<'_>
pub fn spol(&mut self) -> SPOL_W<'_>
Bits 17:18 - Synchronization event type selector Defines the synchronization event on the selected synchronization input:
Sourcepub fn nbreq(&mut self) -> NBREQ_W<'_>
pub fn nbreq(&mut self) -> NBREQ_W<'_>
Bits 19:23 - Number of DMA requests to forward Defines the number of DMA requests forwarded before output event is generated. In synchronous mode, it also defines the number of DMA requests to forward after a synchronization event, then stop forwarding. The actual number of DMA requests forwarded is NBREQ+1. Note: This field can only be written when both SE and EGE bits are reset.
Methods from Deref<Target = W<DMAMUX_C5CR_SPEC>>§
Sourcepub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
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