STM32F10x Standard Peripherals Library  3.5.0
ADC_regular_discontinuous_mode_number

Defines

#define IS_ADC_REGULAR_DISC_NUMBER(NUMBER)   (((NUMBER) >= 0x1) && ((NUMBER) <= 0x8))

Define Documentation

#define IS_ADC_REGULAR_DISC_NUMBER (   NUMBER)    (((NUMBER) >= 0x1) && ((NUMBER) <= 0x8))

Definition at line 406 of file stm32f10x_adc.h.