Type Definition stm32g0::stm32g031::dmamux::c6cr::W[][src]

type W = W<u32, C6CR>;

Writer for register C6CR

Implementations

impl W[src]

pub fn dmareq_id(&mut self) -> DMAREQ_ID_W<'_>[src]

Bits 0:7 - Input DMA request line selected

pub fn soie(&mut self) -> SOIE_W<'_>[src]

Bit 8 - Interrupt enable at synchronization event overrun

pub fn ege(&mut self) -> EGE_W<'_>[src]

Bit 9 - Event generation enable/disable

pub fn se(&mut self) -> SE_W<'_>[src]

Bit 16 - Synchronous operating mode enable/disable

pub fn spol(&mut self) -> SPOL_W<'_>[src]

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

pub fn nbreq(&mut self) -> NBREQ_W<'_>[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_ID_W<'_>[src]

Bits 24:28 - Synchronization input selected