Fix typo in SIO register description (#770)
This commit is contained in:
parent
38b26b5d65
commit
d35083b3f7
@ -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.
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user