Skip to content

Commit 186e715

Browse files
authored
fix up access type of CHAN_ABORT register in RP2040.svd and RP2350.svd (#2270)
1 parent a38da92 commit 186e715

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/rp2040/hardware_regs/RP2040.svd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32214,7 +32214,8 @@ SPDX-License-Identifier: BSD-3-Clause
3221432214

3221532215
After writing, this register must be polled until it returns all-zero. Until this point, it is unsafe to restart the channel.</description>
3221632216
<bitRange>[15:0]</bitRange>
32217-
<access>write-only</access>
32217+
<access>read-write</access>
32218+
<modifiedWriteValues>oneToClear</modifiedWriteValues>
3221832219
</field>
3221932220
</fields>
3222032221
</register>

src/rp2350/hardware_regs/RP2350.svd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62229,7 +62229,8 @@ SPDX-License-Identifier: BSD-3-Clause
6222962229

6223062230
After writing, this register must be polled until it returns all-zero. Until this point, it is unsafe to restart the channel.</description>
6223162231
<bitRange>[15:0]</bitRange>
62232-
<access>write-only</access>
62232+
<access>read-write</access>
62233+
<modifiedWriteValues>oneToClear</modifiedWriteValues>
6223362234
</field>
6223462235
</fields>
6223562236
</register>

0 commit comments

Comments
 (0)