Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_adc.c574 if (IS_ADC_SAMPLE_TIME(hadc->Init.SamplingTimeCommon)) in HAL_ADC_Init()
581 hadc->Instance->SMPR |= ADC_SMPR_SET(hadc->Init.SamplingTimeCommon); in HAL_ADC_Init()
1904 if (! IS_ADC_SAMPLE_TIME(hadc->Init.SamplingTimeCommon)) in HAL_ADC_ConfigChannel()
1933 if (! IS_ADC_SAMPLE_TIME(hadc->Init.SamplingTimeCommon)) in HAL_ADC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_adc.h103 uint32_t SamplingTimeCommon; /*!< Sampling time value to be set for the selected channel. member