Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALLL_ADC_REG_SEQ_SCAN_DISABLE

LL_ADC_REG_SEQ_SCAN_DISABLE macro

ADC group regular sequencer disable (equivalent to sequencer of 1 rank: ADC conversion on only 1 channel)

Syntax

#define LL_ADC_REG_SEQ_SCAN_DISABLE 0x00000000UL

Examples

LL_ADC_REG_SEQ_SCAN_DISABLE is referenced by 9 libraries and example projects.

References

LocationText
stm32f4xx_ll_adc.h:717
#define LL_ADC_REG_SEQ_SCAN_DISABLE 0x00000000UL /*!< ADC group regular sequencer disable (equivalent to sequencer of 1 rank: ADC conversion on only 1 channel) */
stm32f4xx_ll_adc.c:688
if (ADC_REG_InitStruct->SequencerLength != LL_ADC_REG_SEQ_SCAN_DISABLE)
stm32f4xx_ll_adc.c:715
if (ADC_REG_InitStruct->SequencerLength != LL_ADC_REG_SEQ_SCAN_DISABLE)
stm32f4xx_ll_adc.c:777
ADC_REG_InitStruct->SequencerLength = LL_ADC_REG_SEQ_SCAN_DISABLE;
stm32f4xx_ll_adc.c:843
if (ADC_INJ_InitStruct->SequencerLength != LL_ADC_REG_SEQ_SCAN_DISABLE)