CHCTRLB

Channel Control B

This register affects the DMA channel that is selected in the Channel ID register (CHID.ID).
  0x44 32 PAC Write-Protection, Enable-Protected 0x00000000  

Channel Control B

Bit  31 30 29 28 27 26 25 24  
              CMD[1:0]  
Access              R/W R/W  
Reset              0 0  
Bit  23 22 21 20 19 18 17 16  
  TRIGACT[1:0]              
Access  R/W R/W              
Reset  0 0              
Bit  15 14 13 12 11 10 9 8  
        TRIGSRC[4:0]  
Access        R/W R/W R/W R/W R/W  
Reset        0 0 0 0 0  
Bit  7 6 5 4 3 2 1 0  
    LVL[1:0] EVOE EVIE EVACT[2:0]  
Access    R/W R/W R/W R/W R/W R/W R/W  
Reset    0 0 0 0 0 0 0  

Bits 25:24 – CMD[1:0]: Software Command

Software Command

These bits define the software commands. Refer to Channel Suspend and Channel Resume and Next Suspend Skip.

These bits are not enable-protected.

CMD[1:0] Name Description
0x0 NOACT No action
0x1 SUSPEND Channel suspend operation
0x2 RESUME Channel resume operation
0x3 - Reserved

Bits 23:22 – TRIGACT[1:0]: Trigger Action

Trigger Action

These bits define the trigger action used for a transfer.

TRIGACT[1:0] Name Description
0x0 BLOCK One trigger required for each block transfer
0x1 - Reserved
0x2 BEAT One trigger required for each beat transfer
0x3 TRANSACTION One trigger required for each transaction

Bits 12:8 – TRIGSRC[4:0]: Trigger Source

Trigger Source

These bits define the peripheral trigger which is source of the transfer. For details on trigger selection and trigger modes, refer to Transfer Triggers and Actions and CHCTRLB.TRIGACT.

ValueNameDescription
0x00 DISABLE Only software/event triggers
0x01 RTC TIMESTAMP RTC Timestamp Trigger
0x02 DSU DCC0 ID for DCC0 register
0x03 DSU DCC1 ID for DCC1 register
0x04 SERCOM0 RX SERCOM0 RX Trigger
0x05 SERCOM0 TX SERCOM0 TX Trigger
0x06 SERCOM1 RX SERCOM1 RX Trigger
0x07 SERCOM1 TX SERCOM1 TX Trigger
0x08 SERCOM2 RX SERCOM2 RX Trigger
0x09 SERCOM2 TX SERCOM2 TX Trigger
0x0A TC0 OVF TC0 Overflow Trigger
0x0B TC0 MC0 TC0 Match/Compare 0 Trigger
0x0C TC0 MC1 TC0 Match/Compare 1 Trigger
0x0D TC1 OVF TC1 Overflow Trigger
0x0E TC1 MC0 TC1 Match/Compare 0 Trigger
0x0F TC1 MC1 TC1 Match/Compare 1 Trigger
0x10 TC2 OVF TC2 Overflow Trigger
0x11 TC2 MC0 TC2 Match/Compare 0 Trigger
0x12 TC2 MC1 TC2 Match/Compare 1 Trigger
0x13 ADC RESRDY ADC Result Ready Trigger
0x14 DAC EMPTY DAC Empty Trigger
0x15 PTC EOC PTC End of Conversion Trigger
0x16 PTC SEQ PTC Sequence Trigger
0x17 PTC WCOMP PTC Window Compare Trigger

Bits 6:5 – LVL[1:0]: Channel Arbitration Level

Channel Arbitration Level

These bits define the arbitration level used for the DMA channel, where a high level has priority over a low level. For further details on arbitration schemes, refer to Arbitration.

These bits are not enable-protected.

LVL[1:0] Name Description
0x0 LVL0 Channel Priority Level 0
0x1 LVL1 Channel Priority Level 1
0x2 LVL2 Channel Priority Level 2
0x3 LVL3 Channel Priority Level 3

Bit 4 – EVOE: Channel Event Output Enable

Channel Event Output Enable

This bit indicates if the Channel event generation is enabled. The event will be generated for every condition defined in the descriptor Event Output Selection (BTCTRL.EVOSEL).

This bit is available only for the four least significant DMA channels. Refer to table: User Multiplexer Selection and Event Generator Selection of the Event System for details.

ValueDescription
0 Channel event generation is disabled.
1 Channel event generation is enabled.

Bit 3 – EVIE: Channel Event Input Enable

Channel Event Input Enable

This bit is available only for the four least significant DMA channels. Refer to table: User Multiplexer Selection and Event Generator Selection of the Event System for details.

ValueDescription
0 Channel event action will not be executed on any incoming event.
1 Channel event action will be executed on any incoming event.

Bits 2:0 – EVACT[2:0]: Event Input Action

Event Input Action

These bits define the event input action, as shown below. The action is executed only if the corresponding EVIE bit in the CHCTRLB register of the channel is set.

These bits are available only for the four least significant DMA channels. Refer to table: User Multiplexer Selection and Event Generator Selection of the Event System for details.

EVACT[2:0] Name Description
0x0 NOACT No action
0x1 TRIG Normal Transfer and Conditional Transfer on Strobe trigger
0x2 CTRIG Conditional transfer trigger
0x3 CBLOCK Conditional block transfer
0x4 SUSPEND Channel suspend operation
0x5 RESUME Channel resume operation
0x6 SSKIP Skip next block suspend action
0x7 - Reserved