Fix typo in SIO register description (#770)

This commit is contained in:
Andrew Scheller 2022-04-04 21:30:13 +01:00 committed by GitHub
parent 38b26b5d65
commit d35083b3f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
/** /**
* Copyright (c) 2021 Raspberry Pi (Trading) Ltd. * Copyright (c) 2022 Raspberry Pi (Trading) Ltd.
* *
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
@ -344,7 +344,7 @@
// q`. // q`.
// Any operand write starts a new calculation. The results appear // Any operand write starts a new calculation. The results appear
// in QUOTIENT, REMAINDER. // in QUOTIENT, REMAINDER.
// UDIVIDEND/SDIVIDEND are aliases of the same internal register. // UDIVISOR/SDIVISOR are aliases of the same internal register.
// The U alias starts an // The U alias starts an
// unsigned calculation, and the S alias starts a signed // unsigned calculation, and the S alias starts a signed
// calculation. // calculation.

View File

@ -44509,7 +44509,7 @@
<description>Divider unsigned divisor\n <description>Divider unsigned divisor\n
Write to the DIVISOR operand of the divider, i.e. the q in `p / q`.\n Write to the DIVISOR operand of the divider, i.e. the q in `p / q`.\n
Any operand write starts a new calculation. The results appear in QUOTIENT, REMAINDER.\n Any operand write starts a new calculation. The results appear in QUOTIENT, REMAINDER.\n
UDIVIDEND/SDIVIDEND are aliases of the same internal register. The U alias starts an\n UDIVISOR/SDIVISOR are aliases of the same internal register. The U alias starts an\n
unsigned calculation, and the S alias starts a signed calculation.</description> unsigned calculation, and the S alias starts a signed calculation.</description>
<name>DIV_UDIVISOR</name> <name>DIV_UDIVISOR</name>
<resetValue>0x00000000</resetValue> <resetValue>0x00000000</resetValue>