[][src]Struct stm32g0::stm32g0x1::dmamux::dmamux_c0cr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn dmareq_id(&mut self) -> _DMAREQ_IDW[src]

Bits 0:7 - Input DMA request line selected

pub fn soie(&mut self) -> _SOIEW[src]

Bit 8 - Interrupt enable at synchronization event overrun

pub fn ege(&mut self) -> _EGEW[src]

Bit 9 - Event generation enable/disable

pub fn se(&mut self) -> _SEW[src]

Bit 16 - Synchronous operating mode enable/disable

pub fn spol(&mut self) -> _SPOLW[src]

Bits 17:18 - Synchronization event type selector Defines the synchronization event on the selected synchronization input:

pub fn nbreq(&mut self) -> _NBREQW[src]

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.

pub fn sync_id(&mut self) -> _SYNC_IDW[src]

Bits 24:28 - Synchronization input selected

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self