HAL + 0/4 examples
CodeScope will show references to ADC_InjectionConfTypeDef::InjectedDiscontinuousConvMode from the following samples and libraries:
Examples
STM32446E_EVAL
Examples
ADC
STM32469I_EVAL
Examples
ADC
STM324x9I_EVAL
Examples
ADC
STM324xG_EVAL
Examples
ADC
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALADC_InjectionConfTypeDef::InjectedDiscontinuousConvMode

ADC_InjectionConfTypeDef::InjectedDiscontinuousConvMode field

Specifies whether the conversions sequence of injected group is performed in Complete-sequence/Discontinuous-sequence (main sequence subdivided in successive parts). Discontinuous mode is used only if sequencer is enabled (parameter 'ScanConvMode'). If sequencer is disabled, this parameter is discarded. Discontinuous mode can be enabled only if continuous mode is disabled. If continuous mode is enabled, this parameter setting is discarded. This parameter can be set to ENABLE or DISABLE. Note: For injected group, number of discontinuous ranks increment is fixed to one-by-one. Caution: this setting impacts the entire injected group. Therefore, call of HAL_ADCEx_InjectedConfigChannel() to configure a channel on injected group can impact the configuration of other channels previously set.

Syntax

FunctionalState InjectedDiscontinuousConvMode;

Examples

ADC_InjectionConfTypeDef::InjectedDiscontinuousConvMode is referenced by 4 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_adc_ex.h:81
FunctionalState InjectedDiscontinuousConvMode; /*!< Specifies whether the conversions sequence of injected group is performed in Complete-sequence/Discontinuous-sequence (main sequence subdivided in successive parts).
stm32f4xx_hal_adc_ex.c:831HAL_ADCEx_InjectedConfigChannel()
assert_param(IS_FUNCTIONAL_STATE(sConfigInjected->InjectedDiscontinuousConvMode));
stm32f4xx_hal_adc_ex.c:909HAL_ADCEx_InjectedConfigChannel()
if (sConfigInjected->InjectedDiscontinuousConvMode != DISABLE)

Data Use

Functions reading ADC_InjectionConfTypeDef::InjectedDiscontinuousConvMode
ADC_InjectionConfTypeDef::InjectedDiscontinuousConvMode
all items filtered out
Type of ADC_InjectionConfTypeDef::InjectedDiscontinuousConvMode
ADC_InjectionConfTypeDef::InjectedDiscontinuousConvMode
all items filtered out