Skip to content

Commit 74aa554

Browse files
bors[bot]NitinSaxenaiteldruin
authored
Merge #352
352: DOC Minor fixes r=eldruin a=NitinSaxenait ### What does this implement/fix? This is a minor change in the RTRM Section 7.1 which makes it easy to find the BSRR register. The way we can reach to BSRR register and it's offset value 0x18. Co-authored-by: Nitin Saxena <Nitin.Saxena@knoldus.com> Co-authored-by: Diego Barrios Romero <eldruin@gmail.com>
2 parents 6b46f6c + 72ddb78 commit 74aa554

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. Its 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)