Module stm32_hal2::pac::dmamux2::ccr

source ·
Expand description

DMAMux - DMA request line multiplexer channel x control register

Structs§

  • DMAMux - DMA request line multiplexer channel x control register
  • Register CCR%s reader
  • Register CCR%s writer

Enums§

  • Input DMA request line selected
  • Event generation enable/disable
  • Synchronous operating mode enable/disable
  • Interrupt enable at synchronization event overrun
  • Synchronization event type selector Defines the synchronization event on the selected synchronization input:
  • Synchronization input selected

Type Aliases§

  • Field DMAREQ_ID reader - Input DMA request line selected
  • Field DMAREQ_ID writer - Input DMA request line selected
  • Field EGE reader - Event generation enable/disable
  • Field EGE writer - Event generation enable/disable
  • Field NBREQ reader - 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.
  • Field NBREQ writer - 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.
  • Field SE reader - Synchronous operating mode enable/disable
  • Field SE writer - Synchronous operating mode enable/disable
  • Field SOIE reader - Interrupt enable at synchronization event overrun
  • Field SOIE writer - Interrupt enable at synchronization event overrun
  • Field SPOL reader - Synchronization event type selector Defines the synchronization event on the selected synchronization input:
  • Field SPOL writer - Synchronization event type selector Defines the synchronization event on the selected synchronization input:
  • Field SYNC_ID reader - Synchronization input selected
  • Field SYNC_ID writer - Synchronization input selected