STM32L486xx 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 1311 of file stm32l4xx_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 1313 of file stm32l4xx_ll_adc.h.

#define LL_ADC_MULTI_SLAVE   (ADC_CDR_RDATA_SLV )

In multimode, selection among several ADC instances: ADC slave

Definition at line 1312 of file stm32l4xx_ll_adc.h.