We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b46f6c commit ab8006fCopy full SHA for ab8006f
src/07-registers/rtrm.md
@@ -37,8 +37,9 @@ peripheral, that table is in:
37
38
> Section 11.4.12 GPIO register map - Page 243
39
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`.
+'BSRR' is the register which we will be using to set/reset. It's offset value is '0x18' from the base address
+of the 'GPIOE'. We can look up BSRR in the reference manual.
42
+GPIO Registers -> GPIO port bit set/reset register (GPIOx_BSRR).
43
44
Now we need to jump to the documentation of that particular register. It's a few pages above in:
45
0 commit comments