Skip to content

Commit ff71736

Browse files
committed
f7: TIM[18]: Add missing CCR6
1 parent 92768fa commit ff71736

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

devices/common_patches/f730_f7x2_f7x3_tim.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
TIM*:
2-
_delete:
3-
- CCR6
4-
51
TIM1:
62
CCMR3_Output:
73
_modify:

devices/common_patches/f745_f750_f765_f7x6_f7x7_f7x9_tim.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,15 @@ TIM[18]:
3131
description: Capture/Compare 4 complementary output polarity
3232
bitOffset: 15
3333
bitWidth: 1
34+
_add:
35+
CCR6:
36+
description: capture/compare register
37+
addressOffset: 0x5c
38+
size: 0x10
39+
resetValue: 0x00000000
40+
fields:
41+
CCR:
42+
description: Capture/Compare value
43+
bitOffset: 0
44+
bitWidth: 16
45+
access: read-write

0 commit comments

Comments
 (0)