mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-17 03:03:27 +00:00
machine: correct register address for Pin.SetInterrupt for rp2350 (#4782)
Fixes #4689
This commit is contained in:
@@ -33,6 +33,7 @@ type irqSummary struct {
|
|||||||
|
|
||||||
type ioBank0Type struct {
|
type ioBank0Type struct {
|
||||||
io [_NUMBANK0_GPIOS]ioType
|
io [_NUMBANK0_GPIOS]ioType
|
||||||
|
_ [rp2350ExtraReg][128]byte
|
||||||
irqsum [rp2350ExtraReg]irqSummary
|
irqsum [rp2350ExtraReg]irqSummary
|
||||||
intR [_NUMBANK0_IRQS]volatile.Register32
|
intR [_NUMBANK0_IRQS]volatile.Register32
|
||||||
proc0IRQctrl irqCtrl
|
proc0IRQctrl irqCtrl
|
||||||
|
|||||||
Reference in New Issue
Block a user