Thanks to visit codestin.com Credit goes to github.com
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 7c5a8a0 commit 8f62eaeCopy full SHA for 8f62eae
peripherals/gpio/gpio_with_brr.yaml
@@ -2,7 +2,7 @@
2
3
"GPIO*":
4
BRR:
5
- "BR[0123456789]*":
+ "BR[0123456789],BR1[012345]":
6
_write:
7
NoAction: [0, "No action on the corresponding ODx bit"]
8
Reset: [1, "Reset the ODx bit"]
peripherals/gpio/gpio_wl_with_brr.yaml
@@ -2,17 +2,13 @@
"GPIO[AB]":
9
"GPIOC":
10
11
- "BR[0123456]":
12
- _write:
13
- NoAction: [0, "No action on the corresponding ODx bit"]
14
- Reset: [1, "Reset the ODx bit"]
15
- "BR1[345]":
+ "BR[0123456],BR1[345]":
16
17
18
0 commit comments