| STM32F479xx HAL User Manual
   
    | 
| Defines | |
| #define | LL_ADC_SEQ_SCAN_DISABLE 0x00000000UL | 
| #define | LL_ADC_SEQ_SCAN_ENABLE (ADC_CR1_SCAN) | 
| #define LL_ADC_SEQ_SCAN_DISABLE 0x00000000UL | 
ADC conversion is performed in unitary conversion mode (one channel converted, that defined in rank 1). Configuration of both groups regular and injected sequencers (sequence length, ...) is discarded: equivalent to length of 1 rank.
Definition at line 603 of file stm32f4xx_ll_adc.h.
| #define LL_ADC_SEQ_SCAN_ENABLE (ADC_CR1_SCAN) | 
ADC conversions are performed in sequence conversions mode, according to configuration of both groups regular and injected sequencers (sequence length, ...).
Definition at line 604 of file stm32f4xx_ll_adc.h.
Referenced by LL_ADC_StructInit().
 1.7.6.1
 1.7.6.1