Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_adc.h407 #define ADC_CONVERSION_WITH_DS (0x00UL) /*!< ADC conversion through the Down Sampler (DS) … macro
887 …IS_ADC_CONVERSIONTYPE(__CONVERSION_TYPE__) (((__CONVERSION_TYPE__) == ADC_CONVERSION_WITH_DS) || \
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_adc.c409 if (hadc->Init.ConversionType == ADC_CONVERSION_WITH_DS) in HAL_ADC_Init()
450 if (hadc->Init.ConversionType == ADC_CONVERSION_WITH_DS) in HAL_ADC_Init()