File tree Expand file tree Collapse file tree 4 files changed +6
-13
lines changed Expand file tree Collapse file tree 4 files changed +6
-13
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ _include: v1.yaml
3
3
" HRTIM_TIM[B-F] " :
4
4
RSTR :
5
5
_derive :
6
- TIMACMP1 : HRTIM_TIMA.RSTR.TIMACMP1
6
+ TIM?CMP[1-4] : HRTIM_TIMA.RSTR.TIMACMP1
7
7
8
8
HRTIM_Common :
9
9
EECR3 :
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ _include: v1.yaml
3
3
" HRTIM_TIM[B-F] " :
4
4
RSTR :
5
5
_derive :
6
- TIMACMP1 : HRTIM_TIMA.RSTR.TIMACMP1
6
+ TIM?CMP[1-4] : HRTIM_TIMA.RSTR.TIMACMP1
Original file line number Diff line number Diff line change @@ -115,10 +115,10 @@ HRTIM_Master:
115
115
RSTR :
116
116
_derive :
117
117
UPDT : HRTIM_TIMA.RSTR.UPDT
118
- CMP2 : HRTIM_TIMA.RSTR.CMP2
118
+ CMP[24] : HRTIM_TIMA.RSTR.CMP2
119
119
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
122
122
123
123
HRTIM_Common :
124
124
_derive :
Original file line number Diff line number Diff line change @@ -9,16 +9,9 @@ _include: v1.yaml
9
9
_derive :
10
10
INTLVD : HRTIM_TIMA.CR.INTLVD
11
11
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] :
19
12
RSTR :
20
13
_derive :
21
- TIMECMP1 : HRTIM_TIMA.RSTR.TIMFCMP1
14
+ TIM?CMP[1-4] : HRTIM_TIMA.RSTR.TIMFCMP1
22
15
23
16
HRTIM_Common :
24
17
_derive :
You can’t perform that action at this time.
0 commit comments