Skip to content

Commit d0c352e

Browse files
committed
LPGPIO
1 parent f1d4763 commit d0c352e

File tree

9 files changed

+40
-0
lines changed

9 files changed

+40
-0
lines changed

devices/collect/lpgpio/lp.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
MODER:
2+
_array:
3+
MODE*: {}
4+
IDR:
5+
_array:
6+
ID*: {}
7+
ODR:
8+
_array:
9+
OD*: {}
10+
BSRR:
11+
_array:
12+
BS*: {}
13+
BR*: {}
14+
BRR:
15+
_array:
16+
BR*: {}

devices/stm32u535.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ LPDMA1:
148148

149149
LPGPIO1:
150150
_strip: LPGPIO_
151+
_include:
152+
- collect/lpgpio/lp.yaml
151153

152154
LPTIM[14]: {}
153155

devices/stm32u545.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ LPDMA1:
156156

157157
LPGPIO1:
158158
_strip: LPGPIO_
159+
_include:
160+
- collect/lpgpio/lp.yaml
159161

160162
LPTIM[14]: {}
161163

devices/stm32u575.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ _svd: ../svd/stm32u575.svd
22

33
_clear_fields: "*"
44

5+
_copy:
6+
LPGPIO1:
7+
from: ../svd/stm32u535.svd:LPGPIO1
8+
59
# This SVD calls this ADC12, but ADC12_Common in most others
610
_modify:
711
ADC12:
@@ -163,6 +167,8 @@ LPDMA1:
163167

164168
LPGPIO1:
165169
_strip: LPGPIO_
170+
_include:
171+
- collect/lpgpio/lp.yaml
166172

167173
LPTIM[14]: {}
168174

devices/stm32u585.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ _svd: ../svd/stm32u585.svd
22

33
_clear_fields: "*"
44

5+
_copy:
6+
LPGPIO1:
7+
from: ../svd/stm32u535.svd:LPGPIO1
8+
59
# This SVD calls this ADC12, but ADC12_Common in most others
610
_modify:
711
ADC12:
@@ -172,6 +176,8 @@ LPDMA1:
172176

173177
LPGPIO1:
174178
_strip: LPGPIO_
179+
_include:
180+
- collect/lpgpio/lp.yaml
175181

176182
LPTIM[14]: {}
177183

devices/stm32u595.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@ LPDMA1:
163163

164164
LPGPIO1:
165165
_strip: LPGPIO_
166+
_include:
167+
- collect/lpgpio/lp.yaml
166168

167169
LPTIM[14]: {}
168170

devices/stm32u599.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,8 @@ LPDMA1:
174174

175175
LPGPIO1:
176176
_strip: LPGPIO_
177+
_include:
178+
- collect/lpgpio/lp.yaml
177179

178180
LPTIM[14]: {}
179181

devices/stm32u5a5.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@ LPDMA1:
171171

172172
LPGPIO1:
173173
_strip: LPGPIO_
174+
_include:
175+
- collect/lpgpio/lp.yaml
174176

175177
LPTIM[14]: {}
176178

devices/stm32u5a9.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,8 @@ LPDMA1:
182182

183183
LPGPIO1:
184184
_strip: LPGPIO_
185+
_include:
186+
- collect/lpgpio/lp.yaml
185187

186188
LPTIM[14]: {}
187189

0 commit comments

Comments
 (0)