Skip to content

Commit d35083b

Browse files
authored
Fix typo in SIO register description (earlephilhower#770)
1 parent 38b26b5 commit d35083b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/rp2040/hardware_regs/include/hardware/regs/sio.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2021 Raspberry Pi (Trading) Ltd.
2+
* Copyright (c) 2022 Raspberry Pi (Trading) Ltd.
33
*
44
* SPDX-License-Identifier: BSD-3-Clause
55
*/
@@ -344,7 +344,7 @@
344344
// q`.
345345
// Any operand write starts a new calculation. The results appear
346346
// in QUOTIENT, REMAINDER.
347-
// UDIVIDEND/SDIVIDEND are aliases of the same internal register.
347+
// UDIVISOR/SDIVISOR are aliases of the same internal register.
348348
// The U alias starts an
349349
// unsigned calculation, and the S alias starts a signed
350350
// calculation.

src/rp2040/hardware_regs/rp2040.svd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44509,7 +44509,7 @@
4450944509
<description>Divider unsigned divisor\n
4451044510
Write to the DIVISOR operand of the divider, i.e. the q in `p / q`.\n
4451144511
Any operand write starts a new calculation. The results appear in QUOTIENT, REMAINDER.\n
44512-
UDIVIDEND/SDIVIDEND are aliases of the same internal register. The U alias starts an\n
44512+
UDIVISOR/SDIVISOR are aliases of the same internal register. The U alias starts an\n
4451344513
unsigned calculation, and the S alias starts a signed calculation.</description>
4451444514
<name>DIV_UDIVISOR</name>
4451544515
<resetValue>0x00000000</resetValue>

0 commit comments

Comments
 (0)