STM32F103xB HAL User Manual
Defines
ADCEx injected nb conv verification
ADCEx Private Macro

Defines

#define IS_ADC_INJECTED_NB_CONV(LENGTH)   (((LENGTH) >= 1U) && ((LENGTH) <= 4U))

Define Documentation

#define IS_ADC_INJECTED_NB_CONV (   LENGTH)    (((LENGTH) >= 1U) && ((LENGTH) <= 4U))

Definition at line 516 of file stm32f1xx_hal_adc_ex.h.

Referenced by HAL_ADCEx_InjectedConfigChannel().