Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_adc.c581 hadc->Instance->SMPR |= ADC_SMPR_SET(hadc->Init.SamplingTimeCommon); in HAL_ADC_Init()
1944 hadc->Instance->SMPR |= ADC_SMPR_SET(sConfig->SamplingTime); in HAL_ADC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_adc.h739 #define ADC_SMPR_SET(_SAMPLETIME_) \ macro