Skip to content

Commit 7548836

Browse files
committed
L562: delete extra MA register from CNDTR and CCR registers
1 parent 287f91e commit 7548836

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

devices/stm32l562.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,16 @@ GTZC_TZSC:
5353
description: Number of data to transfer
5454
bitOffset: 0
5555
bitWidth: 18
56+
_delete:
57+
- MA
5658
"CNDTR[6-8]":
5759
_add:
5860
NDT:
5961
description: Number of data to transfer
6062
bitOffset: 0
6163
bitWidth: 16
64+
_delete:
65+
- MA
6266

6367
# exclude CCR1 and CCR5, since they already contains the correct regs
6468
"CCR[2-4]":
@@ -132,6 +136,8 @@ GTZC_TZSC:
132136
description: privileged mode
133137
bitOffset: 20
134138
bitWidth: 1
139+
_delete:
140+
- MA
135141
"CCR[6-8]":
136142
_add:
137143
MEM2MEM:
@@ -203,6 +209,8 @@ GTZC_TZSC:
203209
description: privileged mode
204210
bitOffset: 20
205211
bitWidth: 1
212+
_delete:
213+
- MA
206214

207215
_include:
208216
- common_patches/dma_interrupt_names.yaml

0 commit comments

Comments
 (0)