Home
last modified time | relevance | path

Searched refs:ADC_DIFFERENTIAL_ENDED (Results 1 – 3 of 3) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_adc_ex.h263 #define ADC_DIFFERENTIAL_ENDED (LL_ADC_DIFFERENTIAL_ENDED) /*!< ADC channel ending set t… macro
927 ((__SING_DIFF__) == ADC_DIFFERENTIAL_ENDED) )
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_adc_ex.c1694 if (sConfigInjected->InjectedSingleDiff != ADC_DIFFERENTIAL_ENDED) in HAL_ADCEx_InjectedConfigChannel()
2002 if (sConfigInjected->InjectedSingleDiff == ADC_DIFFERENTIAL_ENDED) in HAL_ADCEx_InjectedConfigChannel()
Dstm32l4xx_hal_adc.c2737 if (sConfig->SingleDiff != ADC_DIFFERENTIAL_ENDED) in HAL_ADC_ConfigChannel()
2857 if (sConfig->SingleDiff == ADC_DIFFERENTIAL_ENDED) in HAL_ADC_ConfigChannel()