Home
last modified time | relevance | path

Searched refs:InjecOversamplingMode (Results 1 – 2 of 2) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_adc_ex.c1673 assert_param(IS_FUNCTIONAL_STATE(sConfigInjected->InjecOversamplingMode)); in HAL_ADCEx_InjectedConfigChannel()
1685 …ed->InjectedOffsetNumber != ADC_OFFSET_NONE) && (sConfigInjected->InjecOversamplingMode == ENABLE)… in HAL_ADCEx_InjectedConfigChannel()
1905 if (sConfigInjected->InjecOversamplingMode == ENABLE) in HAL_ADCEx_InjectedConfigChannel()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_adc_ex.h181 …FunctionalState InjecOversamplingMode; /*!< Specifies whether the oversampling feature is … member