Home
last modified time | relevance | path

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

/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_adc.c520 if (IS_ADC_SAMPLE_TIME(hadc->Init.SamplingTimeCommon)) in HAL_ADC_Init()
527 hadc->Instance->SMPR |= ADC_SMPR_SET(hadc->Init.SamplingTimeCommon); in HAL_ADC_Init()
1621 if (! IS_ADC_SAMPLE_TIME(hadc->Init.SamplingTimeCommon)) in HAL_ADC_ConfigChannel()
1650 if (! IS_ADC_SAMPLE_TIME(hadc->Init.SamplingTimeCommon)) in HAL_ADC_ConfigChannel()
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_adc.h120 uint32_t SamplingTimeCommon; /*!< Sampling time value to be set for the selected channel. member

Completed in 7 milliseconds