Type Definition stm32g0::stm32g070::dmamux::dmamux_c5cr::R[][src]

type R = R<u32, DMAMUX_C5CR>;

Reader of register DMAMUX_C5CR

Implementations

impl R[src]

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

Bits 0:7 - Input DMA request line selected

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

Bit 8 - Interrupt enable at synchronization event overrun

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

Bit 9 - Event generation enable/disable

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

Bit 16 - Synchronous operating mode enable/disable

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

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

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

Bits 24:28 - Synchronization input selected