Skip to content

Commit 30d83ca

Browse files
committed
fix f7 OR register
1 parent 8551d99 commit 30d83ca

File tree

1 file changed

+31
-1
lines changed
  • devices/common_patches/tim/v2

1 file changed

+31
-1
lines changed

devices/common_patches/tim/v2/f7.yaml

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,34 @@
11
_derive:
22
TIM4: TIM3
33

4+
TIM3:
5+
_delete:
6+
- OR1
7+
- OR2
8+
9+
_copy:
10+
TIM5:
11+
from: TIM2
12+
13+
TIM[25]:
14+
_modify:
15+
OR1:
16+
name: OR
17+
_delete:
18+
- OR2
19+
20+
TIM2:
21+
OR:
22+
_delete:
23+
- TI4_RMP
24+
- ETR1_RMP
25+
26+
TIM5:
27+
OR:
28+
_delete:
29+
- ETR1_RMP
30+
- ITR1_RMP
31+
432
TIM1:
533
CCMR1_Output:
634
_add:
@@ -29,7 +57,7 @@ TIM1:
2957
OC6M3:
3058
name: OC6M_3
3159

32-
TIM[23]:
60+
TIM[235]:
3361
CCMR1_Output:
3462
_add:
3563
OC1M_3:
@@ -62,3 +90,5 @@ TIM9:
6290
description: "Output Compare 2 mode, bit 3"
6391
bitOffset: 24
6492
bitWidth: 1
93+
94+

0 commit comments

Comments
 (0)