Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_adc.c332 assert_param(IS_ADC_CONVERSIONTYPE(hadc->Init.ConversionType)); in HAL_ADC_Init()
409 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()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_adc.h185 …uint32_t ConversionType; /*!< Specifies the conversion type: through the Down Sampler … member