Searched refs:SEL (Results 1 – 4 of 4) sorted by relevance
181 #define IS_ADC_CHN_SEL(SEL) (((SEL) == ADC_CH0) || \ argument182 ((SEL) == ADC_CH1) || \183 ((SEL) == ADC_CH2) || \184 ((SEL) == ADC_CH3) || \185 ((SEL) == ADC_CH4) || \186 ((SEL) == ADC_CH5) || \187 ((SEL) == ADC_CH6) || \188 ((SEL) == ADC_CH7) || \189 ((SEL) == ADC_CH8) || \190 ((SEL) == ADC_CH9) || \[all …]
120 #define IS_COMP_CHN_SEL(SEL) (((SEL) == COMP_CH0) || \ argument121 ((SEL) == COMP_CH1) || \122 ((SEL) == COMP_CH2) || \123 ((SEL) == COMP_CH3))
42 - (void)doCommandBySelector:(SEL)myselector; argument72 - (void)doCommandBySelector:(SEL)myselector
66 - (void)doCommandBySelector:(SEL)aSelector; argument128 - (void)doCommandBySelector:(SEL)aSelector932 - (void)doCommandBySelector:(SEL)aSelector
Completed in 8 milliseconds