Searched defs:IS_ADC_REGULAR_DISC_NUMBER (Results 1 – 2 of 2) sorted by relevance
575 #define IS_ADC_REGULAR_DISC_NUMBER(NUMBER) (((NUMBER) >= 0x1) && ((NUMBER) <= 0x8)) macro
776 #define IS_ADC_REGULAR_DISC_NUMBER(NUMBER) (((NUMBER) >= 1U) && ((NUMBER) <= 8U)) macro