STM32F10x Standard Peripherals Library  3.5.0
ADC_injected_rank

Defines

#define IS_ADC_INJECTED_RANK(RANK)   (((RANK) >= 0x1) && ((RANK) <= 0x4))

Define Documentation

#define IS_ADC_INJECTED_RANK (   RANK)    (((RANK) >= 0x1) && ((RANK) <= 0x4))

Definition at line 376 of file stm32f10x_adc.h.