Skip to content

Commit ab8006f

Browse files
committed
fix bsrr in rtrm.md
1 parent 6b46f6c commit ab8006f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/07-registers/rtrm.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ peripheral, that table is in:
3737

3838
> Section 11.4.12 GPIO register map - Page 243
3939
40-
We are interested in the register that's at an offset of `0x18` from the base address of the `GPIOE`
41-
peripheral. According to the table, that would be the register `BSRR`.
40+
'BSRR' is the register which we will be using to set/reset. It's offset value is '0x18' from the base address
41+
of the 'GPIOE'. We can look up BSRR in the reference manual.
42+
GPIO Registers -> GPIO port bit set/reset register (GPIOx_BSRR).
4243

4344
Now we need to jump to the documentation of that particular register. It's a few pages above in:
4445

0 commit comments

Comments
 (0)