Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/rp2040/hardware_regs/RP2040.svd
Original file line number Diff line number Diff line change
Expand Up @@ -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>clear</modifiedWriteValues>
</field>
</fields>
</register>
Expand Down
3 changes: 2 additions & 1 deletion src/rp2350/hardware_regs/RP2350.svd
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Loading