Skip to content

Commit 85cee2a

Browse files
committed
docs improvement
1 parent b846fb7 commit 85cee2a

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

cortex-m/src/peripheral/nvic.rs

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,7 @@ pub struct RegisterBlock {
4949
///
5050
/// On ARMv7-M, 124 word-sized registers are available. Each of those
5151
/// contains of 4 interrupt priorities of 8 byte each.The architecture
52-
/// specifically allows accessing those along byte boundaries, so they are
53-
/// represented as 496 byte-sized registers, for convenience, and to allow
54-
/// atomic priority updates.
52+
/// specifically allows accessing those along byte boundaries.
5553
///
5654
/// On ARMv6-M, the registers must only be accessed along word boundaries,
5755
/// so convenient byte-sized representation wouldn't work on that
@@ -63,9 +61,7 @@ pub struct RegisterBlock {
6361
///
6462
/// On ARMv7-M, 124 word-sized registers are available. Each of those
6563
/// contains of 4 interrupt priorities of 8 byte each.The architecture
66-
/// specifically allows accessing those along byte boundaries, so they are
67-
/// represented as 496 byte-sized registers, for convenience, and to allow
68-
/// atomic priority updates.
64+
/// specifically allows accessing those along byte boundaries.
6965
///
7066
/// On ARMv6-M, the registers must only be accessed along word boundaries,
7167
/// so convenient byte-sized representation wouldn't work on that

0 commit comments

Comments
 (0)