mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
fix up access type of CHAN_ABORT register in RP2040.svd and RP2350.svd (#2270)
This commit is contained in:
parent
a38da922e5
commit
186e715462
2 changed files with 4 additions and 2 deletions
|
|
@ -32214,7 +32214,8 @@ SPDX-License-Identifier: BSD-3-Clause
|
|||
|
||||
After writing, this register must be polled until it returns all-zero. Until this point, it is unsafe to restart the channel.</description>
|
||||
<bitRange>[15:0]</bitRange>
|
||||
<access>write-only</access>
|
||||
<access>read-write</access>
|
||||
<modifiedWriteValues>oneToClear</modifiedWriteValues>
|
||||
</field>
|
||||
</fields>
|
||||
</register>
|
||||
|
|
|
|||
|
|
@ -62229,7 +62229,8 @@ SPDX-License-Identifier: BSD-3-Clause
|
|||
|
||||
After writing, this register must be polled until it returns all-zero. Until this point, it is unsafe to restart the channel.</description>
|
||||
<bitRange>[15:0]</bitRange>
|
||||
<access>write-only</access>
|
||||
<access>read-write</access>
|
||||
<modifiedWriteValues>oneToClear</modifiedWriteValues>
|
||||
</field>
|
||||
</fields>
|
||||
</register>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue