STM32F103xB HAL User Manual
|
Defines | |
#define | LL_ADC_MULTI_MASTER ( ADC_DR_DATA) |
#define | LL_ADC_MULTI_SLAVE (ADC_DR_ADC2DATA ) |
#define | LL_ADC_MULTI_MASTER_SLAVE (ADC_DR_ADC2DATA | ADC_DR_DATA) |
#define LL_ADC_MULTI_MASTER ( ADC_DR_DATA) |
In multimode, selection among several ADC instances: ADC master
Definition at line 868 of file stm32f1xx_ll_adc.h.
#define LL_ADC_MULTI_MASTER_SLAVE (ADC_DR_ADC2DATA | ADC_DR_DATA) |
In multimode, selection among several ADC instances: both ADC master and ADC slave
Definition at line 870 of file stm32f1xx_ll_adc.h.
#define LL_ADC_MULTI_SLAVE (ADC_DR_ADC2DATA ) |
In multimode, selection among several ADC instances: ADC slave
Definition at line 869 of file stm32f1xx_ll_adc.h.