[][src]Struct stm32g0::stm32g0x0::dmamux::dmamux_c6cr::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

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

Bits 0:7 - Input DMA request line selected

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

Bit 8 - Interrupt enable at synchronization event overrun

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

Bit 9 - Event generation enable/disable

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

Bit 16 - Synchronous operating mode enable/disable

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

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

pub fn nbreq(&self) -> NBREQR[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(&self) -> SYNC_IDR[src]

Bits 24:28 - Synchronization input selected

Auto Trait Implementations

impl Send for R

impl Sync for R

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