Skip to content

Commit c38ddfe

Browse files
committed
fix
1 parent 4614034 commit c38ddfe

File tree

4 files changed

+6
-13
lines changed

4 files changed

+6
-13
lines changed

devices/collect/hrtim/f3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ _include: v1.yaml
33
"HRTIM_TIM[B-F]":
44
RSTR:
55
_derive:
6-
TIMACMP1: HRTIM_TIMA.RSTR.TIMACMP1
6+
TIM?CMP[1-4]: HRTIM_TIMA.RSTR.TIMACMP1
77

88
HRTIM_Common:
99
EECR3:

devices/collect/hrtim/h7.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ _include: v1.yaml
33
"HRTIM_TIM[B-F]":
44
RSTR:
55
_derive:
6-
TIMACMP1: HRTIM_TIMA.RSTR.TIMACMP1
6+
TIM?CMP[1-4]: HRTIM_TIMA.RSTR.TIMACMP1

devices/collect/hrtim/v1.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,10 @@ HRTIM_Master:
115115
RSTR:
116116
_derive:
117117
UPDT: HRTIM_TIMA.RSTR.UPDT
118-
CMP2: HRTIM_TIMA.RSTR.CMP2
118+
CMP[24]: HRTIM_TIMA.RSTR.CMP2
119119
MSTPER: HRTIM_TIMA.RSTR.MSTPER
120-
MSTCMP1: HRTIM_TIMA.RSTR.MSTCMP1
121-
EXTEVNT1: HRTIM_TIMA.RSTR.EXTEVNT1
120+
MSTCMP[1-4]: HRTIM_TIMA.RSTR.MSTCMP1
121+
EXTEVNT*: HRTIM_TIMA.RSTR.EXTEVNT1
122122

123123
HRTIM_Common:
124124
_derive:

devices/collect/hrtim/v2.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,9 @@ _include: v1.yaml
99
_derive:
1010
INTLVD: HRTIM_TIMA.CR.INTLVD
1111
RSYNCU: HRTIM_TIMA.CR.RSYNCU
12-
13-
"HRTIM_TIM[B-E]":
14-
RSTR:
15-
_derive:
16-
TIMFCMP1: HRTIM_TIMA.RSTR.TIMFCMP1
17-
18-
HRTIM_TIM[F]:
1912
RSTR:
2013
_derive:
21-
TIMECMP1: HRTIM_TIMA.RSTR.TIMFCMP1
14+
TIM?CMP[1-4]: HRTIM_TIMA.RSTR.TIMFCMP1
2215

2316
HRTIM_Common:
2417
_derive:

0 commit comments

Comments
 (0)