STM32F103xB HAL User Manual
Defines
ADC external trigger enable for regular group
ADC Exported Constants

Defines

#define ADC_EXTERNALTRIGCONVEDGE_NONE   0x00000000U
#define ADC_EXTERNALTRIGCONVEDGE_RISING   ((uint32_t)ADC_CR2_EXTTRIG)

Define Documentation

#define ADC_EXTERNALTRIGCONVEDGE_NONE   0x00000000U

Definition at line 280 of file stm32f1xx_hal_adc.h.

#define ADC_EXTERNALTRIGCONVEDGE_RISING   ((uint32_t)ADC_CR2_EXTTRIG)

Definition at line 281 of file stm32f1xx_hal_adc.h.