Datasheet

Table Of Contents
Table 434. INTR
Register
Bits Name Description Type Reset
31:16 Reserved. - - -
15:0 NONAME Raw interrupt status for DMA Channels 0..15. Bit n
corresponds to channel n. Ignores any masking or forcing.
Channel interrupts can be cleared by writing a bit mask to
INTR, INTS0 or INTS1.
Channel interrupts can be routed to either of two system-
level IRQs based on INTE0 and INTE1.
This can be used vector different channel interrupts to
different ISRs: this might be done to allow NVIC IRQ
preemption for more time-critical channels, or to spread
IRQ load across different cores.
It is also valid to ignore this behaviour and just use
INTE0/INTS0/IRQ 0.
RO 0x0000
INTE0 Register
Description
Interrupt Enables for IRQ 0
Table 435. INTE0
Register
Bits Name Description Type Reset
31:16 Reserved. - - -
15:0 NONAME Set bit n to pass interrupts from channel n to DMA IRQ 0. RW 0x0000
INTF0 Register
Description
Force Interrupts
Table 436. INTF0
Register
Bits Name Description Type Reset
31:16 Reserved. - - -
15:0 NONAME Write 1s to force the corresponding bits in INTE0. The
interrupt remains asserted until INTF0 is cleared.
RW 0x0000
INTS0 Register
Description
Interrupt Status for IRQ 0
RP2040 Datasheet
4.2. DMA 435