STM32F439xx HAL User Manual
Defines
Multimode - ADC master or slave
ADC Exported Constants

Defines

#define LL_ADC_MULTI_MASTER   ( ADC_CDR_RDATA_MST)
#define LL_ADC_MULTI_SLAVE   (ADC_CDR_RDATA_SLV )
#define LL_ADC_MULTI_MASTER_SLAVE   (ADC_CDR_RDATA_SLV | ADC_CDR_RDATA_MST)

Define Documentation

#define LL_ADC_MULTI_MASTER   ( ADC_CDR_RDATA_MST)

In multimode, selection among several ADC instances: ADC master

Definition at line 1036 of file stm32f4xx_ll_adc.h.

#define LL_ADC_MULTI_MASTER_SLAVE   (ADC_CDR_RDATA_SLV | ADC_CDR_RDATA_MST)

In multimode, selection among several ADC instances: both ADC master and ADC slave

Definition at line 1038 of file stm32f4xx_ll_adc.h.

#define LL_ADC_MULTI_SLAVE   (ADC_CDR_RDATA_SLV )

In multimode, selection among several ADC instances: ADC slave

Definition at line 1037 of file stm32f4xx_ll_adc.h.