fix up access type of CHAN_ABORT register in RP2040.svd and RP2350.svd (#2270)

This commit is contained in:
Graham Sanderson 2025-02-18 12:17:34 -06:00 committed by GitHub
parent a38da922e5
commit 186e715462
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View file

@ -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> 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> <bitRange>[15:0]</bitRange>
<access>write-only</access> <access>read-write</access>
<modifiedWriteValues>oneToClear</modifiedWriteValues>
</field> </field>
</fields> </fields>
</register> </register>

View file

@ -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> 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> <bitRange>[15:0]</bitRange>
<access>write-only</access> <access>read-write</access>
<modifiedWriteValues>oneToClear</modifiedWriteValues>
</field> </field>
</fields> </fields>
</register> </register>