STM32F10x Standard Peripherals Library  3.5.0
ADC_regular_length

Defines

#define IS_ADC_REGULAR_LENGTH(LENGTH)   (((LENGTH) >= 0x1) && ((LENGTH) <= 0x10))

Define Documentation

#define IS_ADC_REGULAR_LENGTH (   LENGTH)    (((LENGTH) >= 0x1) && ((LENGTH) <= 0x10))

Definition at line 387 of file stm32f10x_adc.h.