File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -37,14 +37,18 @@ typedef enum _EAnalogChannel
3737 ADC_Channel5 = 5 ,
3838 ADC_Channel6 = 6 ,
3939 ADC_Channel7 = 7 ,
40+ #if defined __SAMD21J18A__
41+ ADC_Channel8 = 8 ,
42+ ADC_Channel9 = 9 ,
43+ #endif // __SAMD21J18A__
4044 ADC_Channel10 = 10 ,
4145 ADC_Channel11 = 11 ,
4246#if defined __SAMD21J18A__
4347 ADC_Channel12 = 12 ,
4448 ADC_Channel13 = 13 ,
4549 ADC_Channel14 = 14 ,
4650 ADC_Channel15 = 15 ,
47- #endif
51+ #endif // __SAMD21J18A__
4852 ADC_Channel16 = 16 ,
4953 ADC_Channel17 = 17 ,
5054 ADC_Channel18 = 18 ,
@@ -83,7 +87,7 @@ typedef enum _ETCChannel
8387 TC6_CH1 = (6 <<8 )|(1 ),
8488 TC7_CH0 = (7 <<8 )|(0 ),
8589 TC7_CH1 = (7 <<8 )|(1 ),
86- #endif
90+ #endif // __SAMD21J18A__
8791} ETCChannel ;
8892
8993extern const void * g_apTCInstances [TCC_INST_NUM + TC_INST_NUM ] ;
@@ -123,7 +127,7 @@ typedef enum _EPWMChannel
123127 PWM6_CH1 = TC6_CH1 ,
124128 PWM7_CH0 = TC7_CH0 ,
125129 PWM7_CH1 = TC7_CH1 ,
126- #endif
130+ #endif // __SAMD21J18A__
127131} EPWMChannel ;
128132
129133typedef enum _EPortType
You can’t perform that action at this time.
0 commit comments