Searched refs:IS_ADC_REGULAR_DISC_NUMBER (Results 1 – 5 of 5) sorted by relevance
363 #define IS_ADC_REGULAR_DISC_NUMBER(NUMBER) (((NUMBER) >= 0x1) && ((NUMBER) <= 0x8)) macro
355 #define IS_ADC_REGULAR_DISC_NUMBER(NUMBER) (((NUMBER) >= 0x1) && ((NUMBER) <= 0x8)) macro
380 #define IS_ADC_REGULAR_DISC_NUMBER(NUMBER) (((NUMBER) >= 0x1) && ((NUMBER) <= 0x8)) macro
384 #define IS_ADC_REGULAR_DISC_NUMBER(NUMBER) (((NUMBER) >= 0x1) && ((NUMBER) <= 0x8)) macro
490 assert_param(IS_ADC_REGULAR_DISC_NUMBER(Number)); in ADC_DiscModeChannelCountConfig()
Completed in 17 milliseconds